https://github.com/pink-tools/pink-orchestrator
System tray manager for pink-tools services
https://github.com/pink-tools/pink-orchestrator
go linux macos service-manager systray windows
Last synced: 4 months ago
JSON representation
System tray manager for pink-tools services
- Host: GitHub
- URL: https://github.com/pink-tools/pink-orchestrator
- Owner: pink-tools
- Created: 2026-01-11T10:38:50.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2026-03-09T08:24:44.000Z (4 months ago)
- Last Synced: 2026-03-09T12:41:32.863Z (4 months ago)
- Topics: go, linux, macos, service-manager, systray, windows
- Language: Go
- Size: 166 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# pink-orchestrator
System tray manager for [pink-tools](https://github.com/pink-tools) services.
## Install
Download binary from [Releases](https://github.com/pink-tools/pink-orchestrator/releases).
## Usage
```bash
pink-orchestrator # Start in system tray
pink-orchestrator --health # Check health
pink-orchestrator --version # Show version
# CLI service management
pink-orchestrator --service-start NAME # Start service
pink-orchestrator --service-stop NAME # Stop service
pink-orchestrator --service-restart NAME # Restart service
pink-orchestrator --service-update NAME # Update service
# Self-update
pink-orchestrator --update # Update orchestrator itself
```
Right-click tray icon to:
- Install/uninstall services
- Start/stop/restart services
- Edit .env configuration
- Check for updates
## Services
| Service | Type | Description |
|---------|------|-------------|
| pink-transcriber | daemon | Speech-to-text via whisper.cpp |
| pink-voice | daemon | Voice input with Ctrl+Q hotkey |
| pink-elevenlabs | cli | Text-to-speech via ElevenLabs API |
| pink-agent | daemon | Telegram bot for Claude Code |
## Paths
| Item | Path |
|------|------|
| Services | `/Users/pink-tools/{service}/` |
| State | `/Users/pink-tools/pink-orchestrator/` |
## Build from Source
```bash
git clone https://github.com/pink-tools/pink-orchestrator.git
cd pink-orchestrator
go build .
```