Add your accounts
Enter a label, your Amp API key, and an optional custom AMP_URL. Keys are stored with Electron’s safeStorage encryption.
01 / Overview
A minimal Electron app that keeps all your Amp profiles in one place — click a row to make it active, see per-account usage at a glance, and hand off threads across accounts without losing context.
Pre-built binaries are currently macOS Apple Silicon. Windows and Linux can be built from source.
02 / Workflow
Three steps from install to a clean thread handoff.
Enter a label, your Amp API key, and an optional custom AMP_URL. Keys are stored with Electron’s safeStorage encryption.
Click any account row to set it as active so the Amp CLI picks up the correct credentials on next run.
Open the thread browser, filter by keyword, and generate a concise Markdown summary from amp threads markdown.
03 / Details
Accounts, usage, and threads are kept as separate focused surfaces.
AMP_URL override per account.amp usage for every stored account.amp threads markdown.04 / Install
Download the latest notarized DMG from GitHub Releases and drag it to Applications.
brew tap hweihwang/amp-account-managerbrew install --cask amp-account-manager
Windows and Linux are supported by the codebase even though unsigned binaries are not currently published.
05 / FAQ
Yes. The app is MIT licensed and free to use.
API keys are stored in encrypted local storage on your device using Electron’s safeStorage API.
Open issues or pull requests on GitHub.