amped

command module
v0.2.4 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 10, 2026 License: MIT Imports: 1 Imported by: 0

README

Amped

The missing account switcher for Amp and Claude Code

Demo

Amp and Claude Code are coding agents with no built-in way to switch between accounts. Amped saves and restores credentials for both, storing secrets securely in the system keyring.

Installation

Either go to the releases page and download a binary for your platform, or use the following command to install it via Go:

go install github.com/slashtechno/amped@latest

Usage

Amped has four commands: add, switch, status, and delete. All commands accept --service amp or --service claude (shorthand -S). If --service is omitted, the last-used service is reused automatically.

  • amped add name --service <amp|claude>: Saves the currently logged-in account to the keyring under the given name.
    • For Amp, reads the API key from ~/.local/share/amp/secrets.json.
    • For Claude Code, reads credentials from the system keychain (macOS) or ~/.claude/.credentials.json (Linux). Windows is not supported for Claude Code accounts.
  • amped switch name: Restores credentials for a previously saved account, making it active. For Claude Code, also reads account info from ~/.claude.json (or ~/.claude/.claude.json on older versions) and merges it back on switch.
  • amped status: Shows all saved accounts and which are currently active. Use --service to filter.
  • amped delete name: Removes the given account from the keyring and accounts list.
    • amped delete --delete-all removes all saved accounts entirely.
    • This does not sign you out of Amp or Claude Code, it only removes the saved credentials from amped.

Documentation

Overview

Copyright © 2025 Angad Behl <77907286+slashtechno@users.noreply.github.com>

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL