This is the official Homebrew tap for Smartloop. It is an agentic orchestration framework to extract information and generate content on edge devices
Install smartloop terminal by typing the following command:
# Installing from tap
brew install smartloop-ai/tap/smartloopbrew update
brew upgrade smartloop# View available commands
slp --help
# Initialize a new project
slp init -t <developer_token>
# Add a document for training
slp add document.pdf
# Run interactive chat
slp runslp projects create <name>
slp projects list
slp projects switch <name>
slp statusSmartloop includes a background API server compatible with OpenAI's chat completion format:
slp server start
slp server stop
slp server statusThe server can also be managed via brew services:
brew services start smartloop
brew services stop smartloop- macOS or Linux
- Python 3.11 or later (installed automatically via Homebrew)
- CMake (installed automatically via Homebrew)
Smartloop is distributed under the Apache 2.0 License.