Get Eaon.
Two apps and a terminal agent. Everything here is free, open source, and needs no account. Pick your machine and go.
Eaon Desktop
Every large model in one native window: hosted, on your own keys, or running on your machine. What it does.
0 downloads of Eaon Desktop so far
macOS is a version ahead. Windows and Linux ship on their own release tag, which today sits at 2026.4.0, and the Windows installer is not code-signed yet, so SmartScreen shows a blue "Windows protected your PC" box on first run: click More info, then Run anyway.
Eaon ADE
Up to twelve CLI coding agents side by side, each in a real terminal, driven from one prompt. What it does.
0 downloads of Eaon ADE so far
No Intel Mac build. Pick x64 on Windows unless you know you are on Windows on ARM, and note that voice dictation will not load on the 32-bit build, because there is no 32-bit build of the speech runtime. The Windows installers are unsigned, so expect the same SmartScreen box as above. Every ADE asset ↗
Eaon CLI
An agentic coding agent in your terminal, for any model, local or hosted. Needs Node 18.17 or newer. Read the docs.
npx eaon-cli
npm install -g eaon-cli
Installed globally, the command is eaon, not eaon-cli. It needs
an interactive terminal, so for scripts use eaon -p "…" --auto.
Source
Build any of it yourself, or read it before you run it.
Nothing to install?
The API speaks the OpenAI protocol, so you can point an existing client at Eaon without downloading anything. Read the API docs.