A Claude Code-inspired AI coding agent that runs in your terminal.
npm install
npm run buildexport ANTHROPIC_API_KEY=your_key_hereOr configure via the config file at ~/.marie/config.json:
{
"apiKey": "your_key_here",
"model": "claude-3-5-sonnet-20241022"
}npm start
# or after global install
marieOnce in the CLI:
- Type your message to chat with Marie
/help- Show available commands/clear- Clear the screen/exit- Exit the CLI
Marie can use the following tools:
read_file- Read file contentswrite_file- Write content to fileslist_dir- List directory contentsrun_command- Execute shell commands
Sessions are automatically saved to ~/.marie/sessions.json.