Releases: localoy-ai/localoy-releases
Release list
v1.0.0
First public release.
localoy
- Agent runtime. Long-lived agents that keep running when you close the
window. The daemon owns every agent; the desktop shell is a view onto it. - Runtimes. Hermes (ACP) and OpenClaw, with per-agent model selection.
- Skills. Install from the localoy catalog or any public GitHub repo with
localoy install <name>or<owner>/<repo>. - Channels. Reach an agent from outside the app.
- Action vocabulary. Nine typed action kinds rendered consistently across
the transcript and the live stream. - Local by default. Your machine, your provider keys. No account, no signup,
nothing to sign in to. Provider credentials go to the OS keychain.
Install
- Desktop installers for macOS (Apple Silicon and Intel), Windows, and Linux.
curl -fsSL https://localoy.ai/install.sh | shfor headless servers and the
CLI-only path.
Known limitations
- Builds are unsigned. macOS and Windows will both warn on first open; see
the install notes for the one-time bypass. - Linux desktop builds are x86_64 only. The CLI ships for linux/arm64.
Installing
macOS — these builds are not signed with an Apple Developer ID, so macOS
will not open them on a double-click.
- Drag localoy to Applications.
- Right-click the app → Open, then confirm.
If macOS still refuses, clear the download quarantine flag and open it again:
xattr -dr com.apple.quarantine /Applications/localoy.app
Windows — SmartScreen will warn about an unrecognised app. Choose
More info → Run anyway.
Linux — mark the AppImage executable (chmod +x), or install the .deb.
Servers and the CLI only — no desktop app involved:
curl -fsSL https://localoy.ai/install.sh | sh
Verify the CLI tarballs against checksums-cli.txt.
nightly (aa7a481)
Built from the latest main. Not a stable release.
Version 1.0.0-nightly.aa7a481. This tag is rewritten on every green push to main, so its
downloads change under you. For the stable build, see
latest.
Nightly and stable share an application id, so installing one replaces the
other in place.
Installing
macOS — these builds are not signed with an Apple Developer ID, so macOS
will not open them on a double-click.
- Drag localoy to Applications.
- Right-click the app → Open, then confirm.
If macOS still refuses, clear the download quarantine flag and open it again:
xattr -dr com.apple.quarantine /Applications/localoy.app
Windows — SmartScreen will warn about an unrecognised app. Choose
More info → Run anyway.
Linux — mark the AppImage executable (chmod +x), or install the .deb.
Servers and the CLI only — no desktop app involved:
curl -fsSL https://localoy.ai/install.sh | sh
Verify the CLI tarballs against checksums-cli.txt.