Installation
You can install Wake using one of the following methods.
macOS (Homebrew)
brew install samba-rgb/wake/wake
Building from Source
Prerequisites
- Rust toolchain (1.70.0 or later)
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh - Git
Building
-
Clone the repository:
git clone https://github.com/samba-rgb/wake.git
cd wake -
Build the project:
# Development build
cargo build
# Release build with optimizations
cargo build --releaseThe binary will be available at:
- Development build:
target/debug/wake - Release build:
target/release/wake
- Development build:
Installation
After building, you can install the binary to your system:
# Install to ~/.cargo/bin
cargo install --path .
# Or copy the release binary to a location in your PATH
cp target/release/wake ~/.local/bin/