Skip to content

Releases: venantvr-web/Rust.Tor.Snapshotter

v0.2.0

20 Apr 07:30

Choose a tag to compare

Première release tagguée de Rust.Tor.Snapshotter.

Binaires pré-compilés

Cible Fichier Hôte attendu
Linux x86_64 rust_tor_snapshotter-amd64 glibc ≥ 2.31
Linux aarch64 rust_tor_snapshotter-arm64 Raspberry Pi 4 64-bit (Raspberry Pi OS Bookworm/Bullseye), glibc ≥ 2.31

Les binaires sont stripped, link dynamique sur glibc. TLS via `rustls` (pas de dépendance OpenSSL). SQLite bundlé dans le binaire.

Vérifier l'intégrité :
```bash
sha256sum -c SHA256SUMS
```

Installation (exemple Raspberry Pi 4)

```bash
curl -LO https://github.com/venantvr-web/Rust.Tor.Snapshotter/releases/download/v0.2.0/rust_tor_snapshotter-arm64
curl -LO https://github.com/venantvr-web/Rust.Tor.Snapshotter/releases/download/v0.2.0/SHA256SUMS
sha256sum -c --ignore-missing SHA256SUMS
chmod +x rust_tor_snapshotter-arm64
sudo mv rust_tor_snapshotter-arm64 /usr/local/bin/rust_tor_snapshotter

Lancer (tor doit écouter en 9050)

PORT=8080 DATA_DIR=/var/lib/rust_tor_snapshotter rust_tor_snapshotter
```

Alternative : image Docker multi-arch

```bash
docker pull ghcr.io/venantvr-web/rust.tor.snapshotter:v0.2.0
```


Inclus : dashboard web, capture via Tor SOCKS5, dédup SHA-256, upload Drive optionnel, 21 tests unitaires.