Eaon Labs
The Eaon ADE app icon

v1.0.7 · mac and Windows

Run 12 agents.
Watch one window.

An agentic development environment. Every pane is a real terminal running your login shell.

macOS needs Apple silicon: there is no Intel build. The Windows installer is x64, and is not code-signed yet, so SmartScreen shows a blue “Windows protected your PC” box on first run: click More info, then Run anyway. ARM and 32-bit builds ↗

A look inside

eaon adev1.0.7 EaonADE ~/Downloads/Eaon ADE
1 Fen✳ Build Windows support main
Typecheck and build pass, and the app still quits cleanly in 200ms with no crash report. ✳ Brewed for 2m 56s ✳ recap: Windows support is built and merged.
)
▸▸ auto mode on (shift+tab to cycle)
2 Jax✳ Add local voice dictation main
Use ⌘/ once to reattach anything from before. The dev instance I launched is PID 38698. ✳ Brewed for 4m 27s ✳ recap: Panes resume after a reopen.
)
▸▸ auto mode on (shift+tab to cycle)
3 Cove✳ Fix crashes on macOS main
port chips :5173 and :8000, zoom 110/125/reset, a bare port navigating, and Back returning. ✳ Crunched for 22m 12s ✳ recap: Browser panel done and verified.
)
▸▸ auto mode on (shift+tab to cycle)
4 Pia✳ Spoken session alerts main
13 end-to-end checks: two panes ran the same job. The plain shell stayed silent; the agent pane spoke. ✳ Cogitated for 37m 9s ✳ recap: Spoken alerts complete.
)
▸▸ auto mode on (shift+tab to cycle)
Conductor run the focused tests to all panes
Fen✳ running the focused tests now.
Jax✳ running the focused tests now.
Cove✳ running the focused tests now.
Piaidle, nothing sent

One prompt, every pane. Or name a single handle and only that one hears it.

.eaonbrain/
terminals-outlive-react.md3 links
pty-environment.md2 links
theme-system.md1 link
brain-write-semantics.md4 links
release-and-notarisation.md2 links
auto-update.md1 link
Notes link with [[wiki links]], so the folder is a graph.
brain_search brain_list brain_read brain_write brain_link brain_related
listening → Fen

add a regression test for the postal code path

Whisper Small, on this CPU · no audio leaves the machine

It types what you said and waits. There is no auto-send to turn on by accident.

srccheckout validators.tsAddressForm.tsx testsvalidators.test.ts
validators.ts +1 −1 - if (!values.country) return true; + if (!values.country) return { ok: false }; if (values.country === 'CA') return postal(values); Stage · commit from the panel
A drawing of the app, not a screenshot.

An editor assumes one pair of hands.
This one assumes twelve.

Panes do not take turns. A colour tells you which agents are working and which are waiting on you, so you spend your attention on the ones that need it.

What it does

Keyboard

every other ⌘ combo belongs to the app

Inside a pane

⇧Return is what Claude Code’s /terminal-setup wires up by hand in iTerm2 and VS Code. Here it works out of the box. One catch: at a bare shell prompt it no longer submits, though Return still does.

Specifics

Version
v1.0.7
macOS
12 or later, Apple silicon
Windows
x64, ARM64 or 32-bit
Download
163 MB dmg, 176 MB exe
Signing
Developer ID on mac, unsigned on Windows
Themes
18, dark and light
Licence
GPL-3.0

Honest limits. Panes do not survive a restart. The workspace comes back and Resume picks the conversation up. The context meter only shows what the agent prints. The preview browser handles one page, with no tabs or history. Dictation runs on the CPU, so the biggest model lags. No Intel Mac build, and the Windows installer is not code-signed yet.

No telemetry, no accounts, no update pings. The only thing it ever downloads is a speech model you asked for.

Try it on something real

Free, and it updates itself. Point it at a repo and hand it a task. 0 downloads so far.

← Back to Labs