Delta is a local AI inferencing tool that brings powerful language models to your CPU. Built for accessibility and efficiency, it enables AI capabilities even on standard hardware.
Run powerful language models directly on your CPU and utilize them completely offline, ensuring privacy and accessibility without internet dependency.
Interact with AI to search Wikipedia, GitHub, arXiv, the web, or local files, and control your system with natural language commands.
Distribute AI tasks across multiple local computers to enhance processing power and efficiency.
curl -O https://nileagi.com/delta-installer-v1-macos.sh
chmod +x delta-installer-macos.sh
./delta-installer-macos.sh
The script will: Install required dependencies using Homebrew, Set up Python virtual environment, Install Delta and its dependencies, Configure system-wide access.
source ~/.zshrc # for zsh
source ~/.bashrc # for bash
refreshenv
delta --version
delta check
This command analyzes your system's capabilities and recommends the best models to download based on your hardware specifications.
Delta comes with the deepseek-r1:1.5b
model pre-installed. The model will be downloaded automatically during installation.
rm -rf ~/.delta
sudo rm /usr/local/bin/delta
curl -O https://nileagi.com/delta-installer-v1-*.sh && chmod +x delta-installer-v1-*.sh && ./delta-installer-v1-*.sh
delta --version
chmod +x delta-installer-*.sh
brew install ollama
curl -fsSL https://ollama.com/install.sh | sh
winget install Ollama.Ollama
bash -x delta-installer-*.sh
Delta is licensed under the MIT License. See the LICENSE file for details.
Delta is open source - we welcome contributions from the community!
View on GitHub