A file that reprograms a chip you can buy for about £30
Seconds to build.
Learning, prototyping, and most projects.
EnergyIR Forge
Forge puts one guided path over the professional tools that hardware design normally demands. The tools underneath are the genuine open-source ones. Forge runs them and reports what they actually did.
Open access
No software to install, no expensive licences, and no need to know Verilog or KiCad before you start. Designing electronics normally means learning a dozen separate professional tools, each with its own file formats and decades of accumulated convention. Forge is one path over the top of them.
Three routes
One description, three ways to turn it into something physical.
Seconds to build.
Learning, prototyping, and most projects.
Minutes to build.
Custom silicon, research and teaching.
Minutes to build.
Devices, products and IoT hardware.
Your first design
The first run takes about ten minutes, and most of that is reading what came back.
Type what you want in plain language: an 8-bit counter, a traffic light controller, or a blinking LED with an adjustable rate.
Forge turns the sentence into numbered statements of what the design must actually do.
It writes SystemVerilog implementing those requirements. This is genuine hardware code, not pseudocode.
A real tool checks the result. If it does not pass, it is not presented as though it did.
Refine by conversation: make it count down, add an enable input, reset to 1. Each message revises the design and re-runs the check.
The honesty system
Anyone can build a tool that reports success. The value is in one whose green was earned, and that will tell you when it has not been.
If a toolchain is not installed on a deployment, Forge reports infrastructure-missing rather than routing around the gap. That is a statement about the environment, not a judgement on your design.
Results say how they were produced, so a simulated figure is never mistaken for a measured one.
“Validated” means an automated gate proved it. Several gates run at image-build time, so a false claim fails the deployment instead of shipping.
A design that misses timing fails. A partly-routed board is never presented as ready to manufacture.
Who it is for
A route from a sentence to a real design without first learning a dozen professional tools, and a manual that assumes no chip-design background.
The genuine toolchain with the setup cost removed, plus an evidence trail that survives review.
Every step is inspectable, so the tool can be used to teach the process rather than hide it.
Get started
Forge is open now. Start with an 8-bit counter and refine it by conversation from there.
Trust signals