Skip to content

Releases: Helldez/Resonance

v0.1.2

10 Jun 08:56
a2f1d39

Choose a tag to compare

Merge pull request #6 from Helldez/release/v0.1.2

chore(release): v0.1.2 — ship Draft with AI fix in the Release APK

v0.1.1

09 Jun 12:57
c880906

Choose a tag to compare

Resonance v0.1.1 — demo / hackathon build.

Install (Android, arm64-v8a)

Download app-release.apk below, copy it to your phone, and install (Android will ask you to allow installs from this source). On-device models are downloaded at first launch.

This APK is debug-signed — convenient to install, but the signature is not a proof of origin. Verify the download before installing:

Get-FileHash app-release.apk -Algorithm SHA256

SHA-256

e1817d262060ef1f2f9b8de35814547bd3c64b127de5bb8f3c8623ec91616a18

Built from a clean runner by GitHub Actions (.github/workflows/android-apk.yml).

Resonance v0.1.0 — on-device semantic P2P, agents, room v6

07 Jun 17:18
f45dec1

Choose a tag to compare

First tagged release — the QVAC Hackathon I (Unleash Edge AI, track: Mobile) baseline.

What works end-to-end (two physical devices)

  • Ed25519 identity, signed records, on-device key generation
  • EmbeddingGemma-300M Q8 + Qwen3-1.7B Q4 fully on-device via @qvac/sdk
  • Single shared Hyperswarm room with announce-then-pull convergence (room v6: binary compact-encoding announce gossip, batched snapshots)
  • Bounded top-200 semantic inbox, ranked on-device by cosine vs your own posts
  • Signed reactions; threaded replies with optional AI draft
  • On-device AI agent: deterministic governor, autonomy dial (off / suggest / autopilot), approval queue, activity log
  • Topic atlas (UMAP projection, on-device k-means + LLM-named topics)
  • Android foreground service for background replication

Experimental / known limitations

  • Desktop peer (Node/Electron) is a multi-peer test harness, not a product target
  • Similarity thresholds not yet calibrated (Milestone 0)
  • Identity keys unencrypted at rest (sandboxed, allowBackup=false; Keystore migration tracked in SECURITY.md)
  • The public room is public by design and not anonymous — see SECURITY.md

Evidence & transparency

  • Every remote endpoint disclosed in disclosures/remote-apis.json
  • Structured inference audit log ([inference-audit] JSON lines): docs/EVIDENCE.md