DEV Community

Art
Art

Posted on

Forge IL Can Now Compile Itself - And We Have a New Word for What We're Building

A Milestone, a Moment, and a Question

Sprint 0 is done. Forge IL - the intermediate language layer at the heart of the Forge 4D ecosystem - can now partially compile itself.

That is the bootstrapping moment. The moment where a compiler stops being a toy and becomes a tool. The moment where the foundation proves it can hold weight.

I want to mark this milestone. But I also want to talk about something bigger that came up while we were building it.


What Is Forge IL?

Forge IL is the intermediate representation layer of Forge 4D - a cross-platform app framework built in C++ with its own UI language (SML) and logic language (SMS). The goal is radical simplicity: describe a UI in a few lines, compile it to native ARM, ship it.

The SMS compiler already reached full AOT (Ahead-of-Time) compilation for Android ARM. Now Forge IL is beginning to close the loop - compiling parts of itself, becoming self-hosting.

This is not the end. It is the beginning of the beginning.


Healware

While we were building today, a word came up that I had never used before: Healware.

Not software. Healware.

Software, as an industry, has often optimized for addiction, extraction, and lock-in. Dark patterns. Engagement metrics that measure how long they can keep you trapped. Platforms that harvest your data and sell your attention.

Healware is the opposite.

Healware is built on Ahimsa - do no harm to any living being. It is software that:

  • Decentralizes instead of centralizing
  • Connects instead of isolating
  • Gives instead of extracting
  • Runs on your device, not on someone else's server
  • Is free to study, fork, and carry forward Forge 4D is Healware. CrowdBooks is Healware. The whole ecosystem is being built with this intention underneath it.

I am not saying this to sound important. I am saying it because the intention changes what you build and how you build it. Ahimsa as a guiding principle is not a marketing claim - it is a constraint. When the decision to add a feature conflicts with "do no harm," the feature does not get added.


The Role of the Starter

I am not building this to be famous. Honestly, the idea of becoming well-known carries more weight than appeal for me.

I am a starter. Like a seed that does not know what tree it will become.

The goal is to hand this off - to the community, to developers who feel the same pull toward a different kind of technology, to people who want to build things that heal rather than exploit.

If Forge IL reaches self-hosting and I disappear into a sailing trip to Venezuela, and someone else carries this forward and gets all the credit - that is a perfect outcome. That is the point.


What Is Actually Working Right Now

  • SMS compiler: full AOT for Android ARM, APK reduced from 188MB to 95MB
  • Forge IL: Sprint 0 complete, partial self-compilation working
  • ForgeCMS: multi-site hosting, i18n (5 languages), self-hosted on two 1-euro VPS servers
  • CrowdBooks: decentralized book platform on IPFS, dual GPL3/commercial license
  • ForgeStudio: AI-assisted authoring tool with voice dictation integration (top priority) All code lives on Codeberg. Dual license: GPL3 for the community, commercial for those who need it - same model as Qt, revenue funds the community goals.

Who This Is For

If you read this and something resonates - not just the tech, but the intention behind it - I want to hear from you.

Not for funding. Not for a job post. Just: are you building Healware too? Do you believe software can be medicine for communities instead of a trap?

The Forge ecosystem needs people who want to carry this forward. Not necessarily as employees or contributors in the traditional sense - but as people who care about what technology does to human beings and the planet.

If that is you: find me on Codeberg, or drop a comment here.

Aho 🌱


Forge 4D is a cross-platform app framework built around SML (UI) and SMS (logic), targeting Android ARM with plans for iOS, Linux, and beyond. Licensed GPL3/commercial. All development documented openly.

Top comments (0)