Eaon Labs
Open source · Nobody asked for any of it

The stuff we build when nobody asked.

Side projects from the people who build Eaon. Right now that means a desktop app for driving a room full of coding agents, and two coding agents of our own. More land here once they are far enough along to show.

0 projects, all of them real code

Quickstart

node 18+ · macos, linux, windows
~/projects
# eaon-agent — installs node if needed, then itself
curl -fsSL https://raw.githubusercontent.com/sanscreates/Eaon-Agent/main/install.sh | bash
eaon-agent setup
connect providers, pick a main model and a compressor
# eaon-cli — nothing to install at all
npx eaon-cli

Read the install script before you pipe it anywhere — it is right here. Eaon ADE is a macOS app rather than a command; its dmg is on the releases page and it needs two extra steps to open. eaon-agent and Eaon ADE are GPL-3.0, eaon-cli is MIT.

Verifying the ADE build

macos · gatekeeper

Eaon ADE carries only an ad-hoc signature, not an Apple Developer ID, so Gatekeeper refuses to open it on first launch. Check that what you downloaded is what we published before you tell macOS to trust it — that checksum is the only thing standing in for a real signature.

Eaon ADE 0.1.0-alpha · arm64
# 1. is this the file we published?
shasum -a 256 ~/Downloads/Eaon.ADE-0.1.0-alpha-arm64.dmg
08306bfcd10a7175f9d1a441af0f2006800b147d215cd8953010b3d00ff0fbc6
# 2. see what the signature actually is. adhoc is expected.
codesign -dv --verbose=2 "/Applications/Eaon ADE.app"
Identifier=Electron
CodeDirectory v=20400 flags=0x20002(adhoc,linker-signed)
Signature=adhoc
# 3. drop the quarantine flag macOS attached on download
xattr -dr com.apple.quarantine "/Applications/Eaon ADE.app"
# 4. open it
open -a "Eaon ADE"

The .zip build is e87936d7f7e866bbc0fd9d7a7c3a3ef62dbc833073f28d0ddf5ea4eddc924d19. Both are the digests GitHub recorded for the v0.1.0-alpha assets. If a checksum does not match, stop — do not run step 3. Prefer not to touch the terminal? Launch it once, let macOS block it, then go to System Settings → Privacy & Security and press Open Anyway. Step 3 needs sudo only if the app is not owned by you.

Projects

all open source · all of them actually run

About

Eaon Labs is a shelf, not a product line. Things land here when they are interesting enough to show and not finished enough to sell. A few graduate into eaon.dev; most stay exactly as they are.

If something here is useful to you, take it. If something is broken, that is probably accurate. Either way, support@eaon.dev.

Looking for the actual product?

Eaon is a local-first AI desktop app for macOS, Windows and Linux.

Go to eaon.dev ↗