Skip to main content

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:
  1. Download the CatOps binary
  2. Install to ~/.local/bin/catops
  3. Add to your PATH
  4. Create config at ~/.catops/config.yaml
  5. Set up autostart service
  6. Start monitoring

Verify Installation

catops --version
If catops is not found, run:
export PATH="$HOME/.local/bin:$PATH"
Or restart your terminal.

Update

catops update
Or reinstall:
curl -fsSL https://get.catops.app/install.sh | bash

Uninstall

catops uninstall
Or manually:
rm ~/.local/bin/catops
rm -rf ~/.catops

Supported Systems

OSArchitecture
Linuxx86_64, ARM64
macOSIntel, Apple Silicon

Autostart

CatOps automatically sets up autostart:
  • Linux: systemd user service
  • macOS: launchd service
Check service status:
catops status