download
Install AICommit
A drop-in replacement for git that tracks your AI-assisted development.
v0.5.0 — Works on macOS, Linux, and Windows
One-Liner (Recommended)
Auto-detects architecture (Intel/Apple Silicon), installs git if missing, downloads the right binary.
❯ curl -fsSL https://aicommit.vercel.app/install.sh | bash
No Node.js required for standalone binary installs.
Homebrew
Install via Homebrew package manager.
❯ brew tap pandey019/aicommit
❯ brew install aicommit
npm (requires Node.js 18+)
Install via npm if you already have Node.js.
❯ npm install -g @aicommit/cli
Local Source (Development)
Build and link from local source code. Use --source to point to your repo.
# If you are in the monorepo directory:
❯ bash install.sh --local
# Or point to a specific path:
❯ bash install.sh --source=/path/to/aicommit
getting started
After Installation
# Verify installation
❯ aicommit --version
# Initialize in your repo
❯ aicommit init
# Connect to the platform
❯ aicommit login
# Start coding — use aicommit like git
❯ aicommit add .
❯ aicommit commit -m "feat: my feature"
❯ aicommit push
Uninstall
macOS / Linux
npm unlink -g @aicommit/clisudo rm /usr/local/bin/aicommitHomebrew
brew uninstall aicommitWindows
scoop uninstall aicommitnpm uninstall -g @aicommit/cliSystem Requirements
Required
- • git 2.20+ (installer will install if missing)
- • macOS 12+, Ubuntu 20.04+, Windows 10+
- • x64 or arm64 architecture
Optional
- • Node.js 18+ (only for npm install method)
- • Homebrew, Scoop, or Chocolatey (for package manager installs)
Need help? Check the documentation or open an issue.