amenbo

Start

Install amenbo and hand it to your AI agent — the steps.

1. Install

CLI

brew install ShiroDoromoto/amenbo/amenbo
Or via script
curl -fsSL https://github.com/ShiroDoromoto/amenbo-dist/releases/latest/download/install.sh | sh

Desktop app

brew install --cask ShiroDoromoto/amenbo/amenbo-app
Download .dmg

Self-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 amenbo

Desktop app

scoop install amenbo-app
Installer (.exe)

Unsigned — if SmartScreen appears, choose More info → Run.

CLI

curl -fsSL https://github.com/ShiroDoromoto/amenbo-dist/releases/latest/download/install.sh | sh

Desktop app x86_64

AppImage .deb

Run the AppImage with chmod +x; install the .deb with sudo apt install ./…deb.

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.

Creating a project from the GUI

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.