Download Nodewarden Agent
Monitor your infrastructure from the inside. Available for all major platforms and architectures.
Choose Your Platform
Download the agent for your operating system and architecture
All architectures supported

Linux
Quick Install
curl -fsSL https://get.nodewarden.com/install.sh | sh
Automatic installation script
AMD64 (x86_64)
ARM64 (AArch64)

Windows
PowerShell
irm https://get.nodewarden.com/install.ps1 | iex
Automatic installation script
Installation Methods
Choose the installation method that works best for your environment
Package Managers
Install via your system's package manager for automatic updates and easy management.
- Automatically installs as a system service
- Handles dependencies and updates
- Includes systemd/launchd service files
- Creates dedicated user account
Direct Binary
Download and run the standalone binary for maximum control and minimal dependencies.
- No installation required
- Single executable file
- Run manually or via cron/scheduler
- Portable across systems
Docker Container
Run the agent in a containerized environment for isolation and orchestration.
- docker run nodewarden/agent
- Mount config and volumes
- Perfect for Kubernetes deployments
- Isolated environment
Open Source
The Nodewarden agent is open source. Contribute, review, or build from source.
Build from Source
git clone https://github.com/moriahlabs/nodewarden-agent.git && cd nodewarden-agent && make build-all
Requires Go 1.21+ and make
Repository
View the source code, report issues, or contribute to the project on GitHub.
View on GitHubConfiguration
Get started quickly with our example configuration
# Nodewarden Agent Configuration server_url: "https://api.nodewarden.com/agent" api_key: "your_api_key_here" hostname: "" # Auto-detected if empty # Data collection settings interval: 30s timeout: 10s # Collectors to enable collectors: - system - cpu - memory - disk - network - process # Optional: Custom tags tags: environment: production datacenter: us-east-1
Getting Your API Key
- 1Sign up at nodewarden.com
- 2Navigate to Settings → API Keys
- 3Create a new agent token
- 4Copy the token to your config
Ready to start monitoring?
Download the agent, add your API key, and start collecting metrics in minutes.