-
-
Notifications
You must be signed in to change notification settings - Fork 1
Installation
Diego Alfonso edited this page Jan 26, 2026
·
3 revisions
Important
Do not use go install to install PrivUtil.
Because this project relies on a complex build process to embed web assets, standard go install is not supported and will fail. Please use the methods below.
| Requirement | Version | Notes |
|---|---|---|
| Go | 1.21+ | For building from source |
| Node.js | 18+ | For frontend development |
| Make | Any | Build automation |
- Download
privutil-linux-amd64.tar.gz(orarm64). - Extract and run:
tar -xzf privutil-linux-amd64.tar.gz chmod +x privutil ./privutil
- Download
privutil-darwin-arm64.tar.gz(Apple Silicon) oramd64(Intel). - Extract and run:
Note: You may need to allow the app in System Settings > Privacy & Security.
tar -xzf privutil-darwin-arm64.tar.gz chmod +x privutil ./privutil
- Download
privutil-windows-amd64.zip. - Right-click the file and select Extract All....
- Double-click
privutil.exeto start.
# Clone repository
git clone https://github.com/odinnordico/privutil.git
cd privutil
# Build everything
make build
# Run
./privutil./privutil --version
# PrivUtil dev (built unknown)
./privutil --help
# Shows all available options- Quick Start - Get up and running in 5 minutes
- Configuration - Customize your setup
Getting Started
User Guide
Development
Operations
Community