Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8,636 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.


Quickstart

Installing and running Agent9527 CLI

Agent9527 CLI can be installed via the following package managers:

# Install using npm
npm install -g @tkpdx01/agent9527
# Install using Homebrew
brew install --cask agent9527

Then 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
  • Linux
    • x86_64: agent9527-x86_64-unknown-linux-musl.tar.gz
    • arm64: agent9527-aarch64-unknown-linux-musl.tar.gz

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.

Configure an external API provider

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.

Docs

Versioning

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.

About

Agent9527 CLI: an OpenAI Codex-derived coding agent for OpenAI-compatible APIs

Resources

Contributing

Security policy

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages