Download

Get Eaon.

Two apps and a terminal agent. Everything here is free, open source, and needs no account. Pick your machine and go.

No sign-up Signed and notarized on macOS Open source
1

Eaon Desktop

Every large model in one native window: hosted, on your own keys, or running on your machine. What it does.

macOS
Universal · 2026.4.5 · 39.2 MB
Download
Windows
x64 · 2026.4.0 · 4.2 MB
Download
Linux · AppImage
x86_64 · 2026.4.0 · 79.4 MB
Download
Linux · .deb
amd64 · 2026.4.0 · 5.5 MB
Download

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.

2

Eaon ADE

Up to twelve CLI coding agents side by side, each in a real terminal, driven from one prompt. What it does.

macOS
Apple silicon · 1.1.0 · 169.8 MB
Download
Windows
x64 · 1.1.0 · 182.0 MB
Download
Windows · ARM64
arm64 · 1.1.0 · 174.8 MB
Download
Windows · 32-bit
ia32 · 1.1.0 · 171.8 MB
Download

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 ↗

3

Eaon CLI

An agentic coding agent in your terminal, for any model, local or hosted. Needs Node 18.17 or newer. Read the docs.

no install
npx eaon-cli
global
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.

4

Source

Build any of it yourself, or read it before you run it.

eaon-desktop
Swift · GPL-3.0
View
Eaon-ADE
Electron · GPL-3.0
View
eaon-cli
npm · MIT
View

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.