Agent9527 CLI is a local coding agent for external OpenAI-compatible APIs.
Current version: 20260728.1.0
If you want Agent9527 in your code editor (VS Code, Cursor, Windsurf), install in your IDE.
Agent9527 CLI can be installed via the following package managers:
# Install using npm
npm install -g @tkpdx01/agent9527# Install using Homebrew
brew install --cask agent9527Then simply run agent9527 to get started.
You can also go to the latest GitHub Release and download the appropriate binary for your platform.
Each GitHub Release contains many executables, but in practice, you likely want one of these:
- macOS
- Apple Silicon/arm64:
agent9527-aarch64-apple-darwin.tar.gz - x86_64 (older Mac hardware):
agent9527-x86_64-apple-darwin.tar.gz
- Apple Silicon/arm64:
- Linux
- x86_64:
agent9527-x86_64-unknown-linux-musl.tar.gz - arm64:
agent9527-aarch64-unknown-linux-musl.tar.gz
- x86_64:
Each archive contains a single entry with the platform baked into the name (e.g., agent9527-x86_64-unknown-linux-musl), so you likely want to rename it to agent9527 after extracting it.
Agent9527 does not provide account login. Configure an OpenAI-compatible external API through environment variables or ~/.agent9527/config.toml before starting the CLI. See External API providers for the supported setup.
Agent9527 releases use YYYYMMDD.RELEASE.PATCH. RELEASE starts at 1 for the first release of a day and increments for later releases on the same day; PATCH starts at 0 and increments for fixes to that release line. The canonical product version is stored in VERSION and is used directly by Cargo and npm.
For example, 20260728.1.0 is the first release on July 27, 2026, with no patch increment.
This repository is licensed under the Apache-2.0 License.