Quick Install
curl -fsSL https://get.catops.app/install.sh | bash
Do NOT use sudo. The script installs to $HOME/.local/bin/.
With Cloud Mode
To enable Telegram alerts, provide your auth token:
curl -fsSL https://get.catops.app/install.sh | AUTH_TOKEN="your_token" bash
Get your token from catops.app/billing.
What Happens
The script will:
- Download the CatOps binary
- Install to
~/.local/bin/catops
- Add to your PATH
- Create config at
~/.catops/config.yaml
- Set up autostart service
- Start monitoring
Verify Installation
If catops is not found, run:
export PATH="$HOME/.local/bin:$PATH"
Or restart your terminal.
Update
Or reinstall:
curl -fsSL https://get.catops.app/install.sh | bash
Uninstall
Or manually:
rm ~/.local/bin/catops
rm -rf ~/.catops
Supported Systems
| OS | Architecture |
|---|
| Linux | x86_64, ARM64 |
| macOS | Intel, Apple Silicon |
Autostart
CatOps automatically sets up autostart:
- Linux: systemd user service
- macOS: launchd service
Check service status: