Jazz is distributed as an npm package and can be installed globally using any Node.js package manager.Documentation Index
Fetch the complete documentation index at: https://mintlify.com/lvndry/jazz/llms.txt
Use this file to discover all available pages before exploring further.
Requirements
Before installing Jazz, make sure you have:- Node.js 22.16.0 or higher
- npm 10.0.0 or higher (or equivalent with yarn, pnpm, or bun)
Install Jazz
Choose your preferred package manager and run the global install command:Verify installation
After installation, verify that Jazz is installed correctly by checking the version:0.9.14).
Start Jazz
Once installed, you can start Jazz by running:- Configuring your preferred LLM provider (OpenAI, Anthropic, Google, etc.)
- Setting up API keys
- Enabling desktop notifications (optional)
If you have API keys set as environment variables (like
OPENAI_API_KEY or ANTHROPIC_API_KEY), Jazz will automatically detect and use them.Supported LLM providers
Jazz supports multiple LLM providers out of the box:- OpenAI - GPT-4, GPT-4 Turbo, GPT-3.5
- Anthropic - Claude 3 Opus, Sonnet, Haiku
- Google - Gemini Pro, Gemini Ultra
- Mistral - Mistral Medium, Small, Tiny
- xAI - Grok models
- DeepSeek - DeepSeek Chat
- Groq - High-speed inference
- Cerebras - Fast inference
- Fireworks - Various models
- TogetherAI - Multiple model options
- Ollama - Run models locally
- OpenRouter - Access to 100+ models
Set up API keys
You can configure API keys in two ways:Environment variables
Export your API keys as environment variables:Configuration wizard
Run the configuration wizard to set up API keys interactively:Keep Jazz updated
Jazz includes a built-in update command to keep your installation current:Troubleshooting
Permission errors
If you encounter permission errors during global installation, you may need to usesudo (on macOS/Linux) or run your terminal as administrator (on Windows):
Node version issues
If you’re running an older version of Node.js, upgrade to the latest LTS version:Next steps
Quick start guide
Create your first agent and start automating tasks