What is boincrs?boincrs is a minimal Rust TUI for managing a local BOINC client through the GUI RPC interface. It is designed to feel fast, keyboard-driven, and readable in classic terminal setups. The current beta focuses on real project/task workflows with PrimeGrid and Asteroids@home support.
|
UI Highlights
|
Keyboard ControlsTab cycle panes j/k or arrows: task selection r refresh, q quit y/n confirm/cancel destructive actions Project: u s c w a x d Task: t g b Transfer: f Modes: 1-9 |
Quick Setupgit clone https://www.github.com/jakenherman/boincrs.git
cd boincrs
cp .env.example .env
# edit your BOINC endpoint/password + project keys
set -a && source .env && set +a
cargo run
Uses BOINC account authenticators for attach workflows (not website passwords). Related docs: BOINC, PrimeGrid, Asteroids@home |