Installation
How to install Penny on your system
Install via Shell Script
The easiest way to install Penny is using the install script:
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/frectonz/penny/releases/download/0.0.15/penny-installer.sh | shDownload Prebuilt Binaries
You can also download prebuilt binaries from the GitHub releases page:
| Platform | Download |
|---|---|
| Apple Silicon macOS | penny-aarch64-apple-darwin.tar.xz |
| Intel macOS | penny-x86_64-apple-darwin.tar.xz |
| ARM64 Linux | penny-aarch64-unknown-linux-gnu.tar.xz |
| x64 Linux | penny-x86_64-unknown-linux-gnu.tar.xz |
From Source
Requires Rust (2024 edition) and pnpm for the dashboard UI.
git clone https://github.com/frectonz/penny.git
cd penny
# Build the dashboard UI
cd ui && pnpm install && pnpm build && cd ..
# Build penny
cargo build --releaseThe binary will be at target/release/penny.
Verify Installation
penny --help