• release/v0.2.1 674a2144ed

    Release v0.2.1
    All checks were successful
    CI / Build, test & lint (push) Successful in 1m35s
    Build and Release / Build x86_64-unknown-linux-gnu (push) Successful in 1m25s
    Build and Release / Build x86_64-pc-windows-gnu (push) Successful in 2m6s
    Build and Release / Attach binaries to Release (push) Successful in 31s
    Stable

    1ffy released this 2026-05-06 06:22:18 +08:00 | 0 commits to master since this release

    Bug Fixes

    • Fixed critical bug with master node advertising incorrect peer addresses.
    Downloads
  • release/v0.2.0 0754ac35ac

    Release v0.2.0
    All checks were successful
    CI / Build, test & lint (push) Successful in 1m3s
    Build and Release / Build x86_64-unknown-linux-gnu (push) Successful in 1m30s
    Build and Release / Build x86_64-pc-windows-gnu (push) Successful in 3m6s
    Build and Release / Attach binaries to Release (push) Successful in 32s
    Stable

    1ffy released this 2026-05-06 01:54:40 +08:00 | 1 commits to master since this release

    New Features

    • Environment variable parsing for peer/master settings.
    • CLI argument parsing for peer/master settings.
    • Running master/peer nodes without a dedicated config file using CLI args or environment variables.
    • Nix and NixOS support via flakes
    Downloads
  • release/v0.1.0 7dfb832491

    Release v0.1.0
    All checks were successful
    CI / Build, test & lint (push) Successful in 1m26s
    Build and Release / Build x86_64-unknown-linux-gnu (push) Successful in 1m46s
    Build and Release / Build x86_64-pc-windows-gnu (push) Successful in 2m29s
    Build and Release / Attach binaries to Release (push) Successful in 48s
    Stable

    1ffy released this 2026-05-06 01:53:52 +08:00 | 6 commits to master since this release

    New Features

    • Full master implementation
    • Full peer implementation
    • Master-peer discovery mechanism
    • Manifest sync mechanism
    • P2P networking

    Known Limitations (future plans)

    • No NAT traversal mechanism
    • No peer-to-master data sync
    • No encrypted transport
    • No PKI-based peer auth (currently using PSK)
    • No rolling-window chunk cache eviction on peers (currently unbounded)
    Downloads