Homebrew tap for saiden.dev background service formulas. All services run as the current user via brew services (LaunchAgent on macOS).
brew tap saiden-dev/services| Formula | Description | Port |
|---|---|---|
opencode-serve |
OpenCode AI agent server with credential loading | 4096 |
# Install + start
brew install saiden-dev/services/opencode-serve
brew services start opencode-serve
# Check status
brew services info opencode-serve
# Logs
tail -f $(brew --prefix)/var/log/opencode-serve.log
# Stop
brew services stop opencode-serveAll background services on macOS are managed exclusively through brew services. No raw LaunchAgent/LaunchDaemon plists. This gives unified visibility via brew services list.