Getting Started

Installation

Follow the install guide to install Fulcrum on your system.

Configuration

Create your configuration file at ~/.fulcrum/config.json:

{
  "model": "MiniMax-M2.5",
  "api_key": "your-api-key-here",
  "base_url": "https://api.scx.ai/v1",
  "max_tokens": 8192
}

Quick Start

Run fulcrum with no arguments to launch the interactive TUI:

$ fulcrum

Then type your prompt at the bottom and press Enter. Use Shift+Enter for a newline. Need a one-shot non-interactive run instead? Use fulcrum exec:

$ fulcrum exec "Write me a hello world in Python"

Next Steps