Start using your Personal AI Power Box in minutes.
curl -fsSL https://raw.githubusercontent.com/nile-agi/delta/main/install.sh | bashGet started in 3 steps:
Choose your platform and run the installation command:
# macOS\nbrew tap nile-agi/delta-cli && brew install --HEAD nile-agi/delta-cli/delta-cli\n\n# Linux (Debian/Ubuntu)\ncurl -fsSL https://raw.githubusercontent.com/nile-agi/delta/main/packaging/linux/install-deb.sh | sudo bash\n\n# Windows\nwinget install DeltaCLI.DeltaCLIStart your AI Power Box - it will auto-download the default model:
deltaThis auto-downloads qwen2.5:0.5b (~400MB) if not installed, then starts interactive mode.
Ask questions, analyze documents, or start the web UI:
# Ask a question\ndelta "What is artificial intelligence?"\n\n# Start web server\ndelta server\n# Then open http://localhost:8080Commands to control your AI Power Box
deltaAuto-downloads default model if not installed
delta "What is the capital of France?"delta --list-modelsdelta pull qwen2.5:0.5bdelta serverdelta --model llama3.1:8b "Your question here"delta --model qwen2.5:0.5b --gpu-layers -1 "Your question"delta --multimodal "Describe this image"delta --ctx-size 4096 "Your question"delta --check-updates\ndelta --updatedelta pull <model> # Download a modeldelta remove <model> # Remove a modeldelta --list-models # List local modelsdelta --list-models --available # List available modelsdelta # Interactive modedelta "Your question" # Single querydelta --model <model> <query> # Use specific modeldelta server # Start web serverdelta server --port 8081 # Custom portdelta -h, --help # Show helpdelta -v, --version # Show versiondelta -t, --tokens <N> # Max tokens (default: 512)delta -T, --temperature <F> # Temperature (default: 0.8)delta -c, --ctx-size <N> # Context size (default: 2048)delta -g, --gpu-layers <N> # GPU layers (default: 0, -1 for all)delta --multimodal # Enable multimodal modeIn interactive mode, use slash commands to control your AI Power Box:
/download <model>Download a model
/remove <model>Remove a model
/listList local models
/availableList available models
/use <model>Switch to another model
/tokens <N>Set max tokens (default: 512)
/temperature <F>Set temperature (default: 0.8)
/gpu-layers <N>Set GPU layers (default: 0, -1 for all)
/multimodalToggle multimodal mode
/serverStart web dashboard
/helpShow all commands
exit, quitExit interactive mode
Start using your Personal AI Power Box today