3c3ec626fd916bc6c2f3ee40fdac1b0b997c22ac
Removing alloc-no-stdlib v3.0.0 Removing foldhash v0.1.5 Removing hashbrown v0.15.5 Removing id-arena v2.3.0 Removing leb128fmt v0.1.0 Removing prettyplease v0.2.37 Removing unicode-xid v0.2.6 Removing wasip3 v0.4.0+wasi-0.3.0-rc-2026-01-06 Removing wasm-encoder v0.244.0 Removing wasm-metadata v0.244.0 Removing wasmparser v0.244.0 Removing wit-bindgen-core v0.51.0 Removing wit-bindgen-rust-macro v0.51.0 Removing wit-bindgen-rust v0.51.0 Removing wit-bindgen v0.51.0 Removing wit-component v0.244.0 Removing wit-parser v0.244.0 Updating alloc-stdlib v0.2.3 -> v0.2.4 Updating brotli-decompressor v5.0.2 -> v5.0.3 Updating brotli v8.0.3 -> v8.0.4 Updating bytes v1.11.1 -> v1.12.0 Updating camino v1.2.2 -> v1.2.3 Updating cc v1.2.64 -> v1.2.65 Updating getrandom v0.4.2 -> v0.4.3 Updating muda v0.19.2 -> v0.19.3 Updating syn v2.0.117 -> v2.0.118 Updating tauri-build v2.6.2 -> v2.6.3 Updating tauri-codegen v2.6.2 -> v2.6.3 Updating tauri-macros v2.6.2 -> v2.6.3 Updating tauri-plugin v2.6.2 -> v2.6.3 Updating tauri-runtime v2.11.2 -> v2.11.3 Updating tauri-runtime-wry v2.11.2 -> v2.11.3 Updating tauri-utils v2.9.2 -> v2.9.3 Updating tauri v2.11.2 -> v2.11.3 Updating tray-icon v0.23.1 -> v0.24.1 Updating web_atoms v0.2.4 -> v0.2.5
lanspread
Peer-to-peer game library sharing for LAN parties. Peers discover each other on the local network via mDNS, exchange library metadata over QUIC, and let users browse and download games from each other. Ships as a Tauri desktop app.
Build / install
Install Rust, Deno, and just first, then bootstrap the project:
just setup
That installs the Tauri CLI with cargo install tauri-cli and installs the
Deno/npm dependencies from crates/lanspread-tauri-deno-ts.
Run the desktop app in development mode:
just run
Build without bundling:
just build
Create production bundles:
just bundle
Important just commands
just setup- install the Tauri CLI and frontend dependencies.just run- run the Tauri app in dev mode.just build- build the app without bundling.just bundle- create production bundles.just fmt- format Rust, TOML, and the justfile.just clippy- lint the Rust workspace.just test- run workspace tests.just frontend-test- run frontend tests.just peer-cli-build- build the JSONL peer test harness.just peer-cli-image- build the peer harness Docker image.just peer-cli-run NAME- run one peer harness container.
Description
Languages
Rust
63.5%
TypeScript
12.8%
Python
8.8%
CSS
7.5%
JavaScript
5.5%
Other
1.8%