Start
Install amenbo and hand it to your AI agent — the steps.
1. Install
CLI
brew install ShiroDoromoto/amenbo/amenboOr via script
curl -fsSL https://github.com/ShiroDoromoto/amenbo-dist/releases/latest/download/install.sh | shDesktop app
brew install --cask ShiroDoromoto/amenbo/amenbo-appDownload .dmgSelf-signed — on first launch, right-click → Open (or System Settings → Privacy & Security → Open Anyway).
CLI
scoop bucket add amenbo https://github.com/ShiroDoromoto/scoop-amenbo
scoop install amenboDesktop app
scoop install amenbo-appInstaller (.exe)Unsigned — if SmartScreen appears, choose More info → Run.
2. Create a project
Run this in the folder you want to manage.
cd ~/projects/my-app
amenbo init # a new project
amenbo init --name Alice --language en # with your name and language
To join an existing project:
amenbo bind --project <project-id>
You can also create one from the desktop app.

3. Hand it to your AI
Start your AI assistant (such as Claude Code) in your terminal and just ask:
run the amenbo agent command
That loads amenbo’s usage into your AI agent. From there, the AI takes over.
Updating
brew upgrade amenbo && brew upgrade --cask amenbo-app # macOS
scoop update amenbo amenbo-app # Windows
On Linux, re-run the script or re-download to update.