• v0.1.1 b9f2dc3806

    OnionWire v0.1.1 — onion chrome + real navigation
    Some checks are pending
    ci / test (push) Waiting to run
    release / x86_64-unknown-linux-gnu (push) Waiting to run
    release / aarch64-unknown-linux-gnu (push) Waiting to run
    release / publish (push) Blocked by required conditions
    Stable

    sirius released this 2026-09-10 17:05:10 +00:00 | 52 commits to main since this release

    Prebuilt Linux binary. No tor package required — Arti is in-process.

    What changed in v0.1.1

    • ASCII onion wordmark banner on the main screen; auto-collapses to a compact mark on narrow terminals
    • Themed panes (earthy palette), highlighted selection row, stateful pane titles, footer that always keeps ? help at 80 columns
    • Real navigation: Tab/Shift-Tab and 1/2/3 cycle roster → chat → composer, j/k + arrows move or scroll the focused pane, g/G jump, ? opens a keybinding overlay, Esc closes it
    • F2 share, F3 paste, F4 rotate, /wipe, /wipe-all, Ctrl-Q unchanged
    • Locked helper strings (fingerprint_mismatch_banner, rotate_screen_text, wipe_screen_text, parse_slash) unchanged; UI-only (src/tui.rs)

    39 tests pass, clippy -D warnings clean.

    # x86_64 — keep the asset filename so sha256sum -c matches
    curl -fL -O https://forgejo.siriusdevops.com/sirius/onionwire/releases/download/v0.1.1/onionwire-x86_64-unknown-linux-gnu
    curl -fL -O https://forgejo.siriusdevops.com/sirius/onionwire/releases/download/v0.1.1/onionwire-x86_64-unknown-linux-gnu.sha256
    sha256sum -c onionwire-x86_64-unknown-linux-gnu.sha256
    chmod +x onionwire-x86_64-unknown-linux-gnu
    ./onionwire-x86_64-unknown-linux-gnu --version
    

    aarch64 is not built yet — see the README install guide for building from source.

    Downloads