Skip to content

Installation

Helm is pre-1.0 software and is currently built from source. Binary distribution is planned for a future release.

  • macOS 12 (Monterey) or later
  • Xcode 14+
  • Rust stable toolchain (2024 edition)
Terminal window
git clone https://github.com/jasoncavinder/Helm.git
cd Helm
Terminal window
cd core/rust
cargo test --lib # unit tests
cargo test --test '*' # integration tests
cargo build # build the library
Terminal window
cd apps/macos-ui
xcodebuild -project Helm.xcodeproj -scheme Helm -configuration Debug build

Or open apps/macos-ui/Helm.xcodeproj in Xcode and run the Helm scheme. The build script automatically compiles the Rust FFI library and generates version headers.

Launch the built app. Helm appears as a menu bar icon — click it to open the floating panel. There is no Dock icon by design.

After launching, click Refresh to populate the package list. You should see packages from any installed and supported manager (Homebrew, mise, rustup).