Windows desktop editor · native Godot 4 runtime
Describe a game. Watch it run. Ship the .exe.
This is an empty scene. A Vulkan context, a physics tick, and nothing in it. Everything past this screen came out of one sentence typed into Saturn.

The ask
One sentence. Then six things happen to it.
- you“a night race through downtown Salt Lake City”prompt
- planshows the change before making it1.1 s
- generateGDScript against the pinned SDK4.2 s
- dry runparsed and type-checked before anything runs0.3 s
- runhot-applied to the live process, no reload0.1 s
- checkpointkept. one click rolls scene and script back togethersaved
The city · 4.2 s later
It is already running.
Not a render. Not a preview. A native Godot 4 process, reparented into the editor viewport, on the engine your finished build ships on.
- circuit_rush.gd
- 60 fps
- Forward+
- SDFGI
- Jolt physics
The instrument
Everything it does, it does in one window.
- One engine process, reparented into the viewport. Vulkan Forward+, SDFGI and the real physics tick are all on while you author.
- Chat, scene tree, inspector and graphs compile to one source. The same versioned SDK. Readable GDScript you can hand-edit. Nothing behind a black box.
- Everything a game actually needs. Audio buses, in-game UI, terrain and navmesh, gameplay AI, VFX, save, input, authoritative multiplayer, a frame profiler.
- It exports a binary you own. A native Windows build with a press kit beside it. No store in between, no split, no runtime account.
The look
Then it goes and looks at it.
Saturn drives the running game, captures the shots a designer would ask for, and writes down what is wrong with them.
- keepStreet lighting reads at speedWarm sodium against cool ambient. Legible from the car at 120 km/h.
- fixFacades repeat on 200 SouthThree towers share one window pattern. Vary the emissive mask per building.
- keepSkyline silhouetteHeight falloff toward the valley edge is doing the work.
- fixFog eats the far towersDensity is tuned for mood, not distance. Push the far plane out 400 m.
- keepGrid framingThe car reads as the subject from the start line, with no cutscene.

The ship
It leaves as a file you own.
A native Windows build with a press kit written beside it. Put it on Steam or Itch yourself. No store in between, no revenue split, no runtime account.
Download for Windows What it doesn’t do
Free while in beta · Windows 10/11, 64-bit · Vulkan-capable GPU
Honest scope
What it doesn’t do, before you install it.
Yes
- Windows editor and native Windows export. The whole path, today.
- AI that writes readable GDScript, gated before it runs, checkpointed after.
- Full visual authoring — scene, inspector, graphs, terrain, navmesh, profiler.
- Authoritative multiplayer with a real server tick, not a peer hack.
No
- No asset marketplace. Bring your own, or generate them in place.
- No from-scratch renderer. Godot’s is better than one we would write.
- No shareable web link. A game here is a binary; the web runtime was retired on purpose.
- No macOS or Linux editor yet, and no console export. Deferred, not excluded.
- No code-signing certificate yet. Windows SmartScreen warns on first run; you get past it with More info › Run anyway.
- 1engine process, reparented into the editor viewport
- 0lines you have to write before it runs
- 100%GDScript out — readable, yours, hand-editable
- .exewhat ships: a native Windows build you own