Distribution Channels
Every SPACER interface delegates to the same core Rust engine for analysis — scoring and classification results are identical across all platforms.
Architecture
spacer-webLive
spacer-apiREST / Axum
spacer-libRust core engine
CLI
TUI
Python
Channels
| Interface | Status | Install / Access |
|---|---|---|
| Web App | Live | spacer.bio |
| Rust Crate | Coming soon | cargo add spacer-lib |
| CLI | Coming soon | cargo install spacer-cli |
| TUI | Coming soon | cargo install spacer-tui |
| Python | Coming soon | pip install spacer-py |
Source Code
The SPACER library, CLI, and TUI source code is available on GitHub. The web app is closed-source but the underlying engine is fully open.
github.com/hwalflor/spacer-lib