Installation¶
TinyMonitor is distributed as a standalone binary. No dependencies required.
Quick Install (Linux / macOS)¶
The easiest way to install TinyMonitor:
This script will:
- Detect your system architecture (AMD64 or ARM64)
- Download the latest release from GitHub
- Install the binary to
/usr/local/bin - Copy a default configuration file
Environment Variables¶
You can customize the installation:
# Install a specific version
TINYMONITOR_VERSION=v1.0.0 curl -sSL https://raw.githubusercontent.com/Gu1llaum-3/tinymonitor/main/install/install.sh | bash
# Install to a different directory
INSTALL_DIR=/opt/bin curl -sSL https://raw.githubusercontent.com/Gu1llaum-3/tinymonitor/main/install/install.sh | bash
Manual Installation¶
Download the latest release for your platform from the Releases Page.
Build from Source¶
If you prefer to build from source, you need Go 1.21 or higher.
The binary will be created in the current directory.
Verify Installation¶
Next Steps¶
- First Configuration - Set up your configuration file
- Running as a Service - Run TinyMonitor in the background