Skip to content

deniaiapp/flixa-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flixa CLI

CLI tool to authenticate with Flixa and configure Claude Code to use Flixa as the API backend.

Installation

npm install -g @deniai/flixa

Or use directly without installing:

npx @deniai/flixa <command>

Usage

1. Log in

flixa login

Opens a browser-based device authorization flow. Your API key is saved to the system credential store (Keychain on macOS, GNOME Keyring on Linux, DPAPI on Windows).

2. Configure Claude Code

flixa claude-code

Sets ANTHROPIC_API_KEY and ANTHROPIC_BASE_URL in ~/.claude/settings.json so Claude Code routes requests through Flixa.

Other commands

flixa logout       # Remove stored credentials
flixa --help       # Show all commands

Canary releases

Every commit to main is published to npm under the canary tag:

npm install -g @deniai/flixa@canary

About

Deni AI Flixa CLI

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors