Skip to content

saiden-dev/homebrew-services

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

homebrew-services

Homebrew tap for saiden.dev background service formulas. All services run as the current user via brew services (LaunchAgent on macOS).

Install

brew tap saiden-dev/services

Available Formulas

Formula Description Port
opencode-serve OpenCode AI agent server with credential loading 4096

Usage

# 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-serve

Doctrine

All background services on macOS are managed exclusively through brew services. No raw LaunchAgent/LaunchDaemon plists. This gives unified visibility via brew services list.

About

Homebrew tap for saiden.dev service formulas (opencode-serve, tunnels, mesh)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages