Download
Version · The desktop app updates itself once installed.
Not your platform? Everything is listed below.
Your computer will warn you about this app
These builds are not signed with an Apple or Microsoft certificate — those cost money per year, and this project has not spent it yet. Nothing is wrong with the download; the operating system simply cannot tell who built it.
macOS — after dragging OpenCLI to Applications, run once:
xattr -dr com.apple.quarantine /Applications/OpenCLI.app
Or right-click the app, choose Open, and confirm at the prompt. You only have to do this for the first launch; updates after that are silent.
Windows — SmartScreen will show a blue box. Click More info, then Run anyway.
If you would rather not take our word for any of it,
build it from source — it is
one cargo build.
All platforms
- macOS · Apple Silicon OpenCLI-macos-aarch64.dmg
- macOS · Intel OpenCLI-macos-x86_64.dmg
- Windows · 64-bit installer OpenCLI-windows-x86_64-setup.exe
- Windows · MSI OpenCLI-windows-x86_64.msi
- Linux · AppImage OpenCLI-linux-x86_64.AppImage
- Linux · Debian and Ubuntu OpenCLI-linux-x86_64.deb
Checksums and every earlier version are on the releases page.
Command line
The agent on its own, with no window. macOS and Linux:
curl -fsSL https://opencli.ai/install.sh | sh
Or with npm:
npm install -g @ai-dashboad/opencli
On Windows, use the npm package or the binaries on the releases page.