Skip to content

Welcome to Swixter

Swixter lets you manage configurations for multiple AI coding assistants — Claude Code, Codex, and Continue.dev — from a single command line interface.

Swixter provides a unified way to create, switch between, and apply configuration profiles. Each profile maps to a specific provider (Anthropic, Ollama, OpenAI-compatible, or custom) and can be applied across all your AI coding tools.

  • Switch providers instantly — one command to flip between Anthropic, Ollama, and custom APIs
  • Multi-tool support — manage Claude Code, Codex, and Continue.dev from one config
  • Cloud sync — sync your profiles across machines
  • CLI-first design — terminal-native with interactive prompts and a local Web UI
Terminal window
npm install -g swixter
swixter claude create my-profile
swixter claude switch my-profile
swixter claude apply
claude # ready to go

| Tool | Config Format | Adapter | |------|-------------|---------| | Claude Code | JSON (~/.claude/settings.json) | Built-in | | Codex | TOML (~/.codex/config.toml) | Built-in | | Continue.dev | YAML (~/.continue/config.yaml) | Built-in |