Every build. One page.
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 and Windows are both on 2026.5.0. Linux is still on 2026.4.0, on its own release tag. 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
macOS is on 1.1.4. Windows and Linux are on 1.1.3, the latest release that built them. 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.
On Linux, take the .deb for Debian, Ubuntu and Raspberry Pi OS, or the
.rpm for Fedora, openSUSE and RHEL. The AppImage runs on any other x86-64
distribution without installing: mark it executable and run it. It needs FUSE 2
(sudo apt install libfuse2). Linux packages are not signed, and spoken
alerts are macOS-only; dictation works.
Every ADE release ↗
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.
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.