Skip to content

Releases: deegalabs/konclave

v0.2.0 — desktop app (Tauri) + web

Pre-release

Choose a tag to compare

@github-actions github-actions released this 03 Aug 00:47
38a796d

The desktop line. Konclave now ships as a native desktop app (Tauri 2.0) in addition to the web app. The desktop app opens straight on your vaults (no marketing landing), and keeps the whole browser-proven core: real DKG across devices over a blind relay, FROST signing with each device's own share, the key never reconstituted.

Download (pick your OS)

  • WindowsKonclave_0.2.0_x64-setup.exe (recommended) or Konclave_0.2.0_x64_en-US.msi
  • macOS (Apple Silicon) — Konclave_0.2.0_aarch64.dmg
  • LinuxKonclave_0.2.0_amd64.AppImage (portable), Konclave_0.2.0_amd64.deb, or Konclave-0.2.0-1.x86_64.rpm

⚠️ Unsigned pre-release. The installers are not yet code-signed/notarized, so your OS may warn about an "unknown publisher" (Windows SmartScreen) or block the app (macOS Gatekeeper: right-click → Open). Signing is on the roadmap. macOS Intel + mobile (iOS/Android) are not in this release.

Also in this line (proven on the web)

  • Signing convergence: a reusable SigningMachine, an app-level background signer on a per-vault signing room with a governance gate (auto/manual), proven signing across two tabs live over the hosted relay.
  • Ceremony security (ADR-0007): on-device sighash binding, PIN-gated admission, vault fingerprint.
  • 8 verifiable mainnet txids (docs/PROOF.md), incl. the Orchard→Ironwood migration + first Ironwood-pool spend.

Honest, still open

  • Code signing/notarization; macOS Intel; iOS/Android; the real broadcast through the new Dashboard-send path (money-gated); sealing the sign-request (H2).

Dual Apache-2.0 / MIT. Built and released via GitHub Actions (tauri-action).

v0.1.0 (web / browser-native, pre-release)

Choose a tag to compare

@danielgorgonha danielgorgonha released this 02 Aug 22:24
4317c78

This is the WEB / browser-native line. No desktop installer is attached: the Tauri desktop shell is groundwork on the feat/tauri-shell branch and has not been built or validated on any platform yet (this dev machine's WSL webview does not render it). A desktop release (with .msi / .exe / .dmg assets) comes once the native build is validated on real hardware.

First tagged pre-release. Konclave is a local-first, browser-native collective Zcash treasury: a group creates one vault by real DKG across devices over a blind relay, and each device signs with its own share (FROST over Orchard/Ironwood). The key is never reconstituted.

Proven

  • 8 verifiable mainnet txids (docs/PROOF.md, node scripts/verify-proof.mjs), including the Orchard to Ironwood migration and the first Ironwood-pool spend (NU6.3), a send from a real-DKG vault, a private multi-output payroll, and a browser-signed send.
  • Ironwood (NU6.3): proven on mainnet.

In this line

  • Signing convergence (send from the Dashboard): the FROST ceremony extracted into a reusable SigningMachine, an app-level BackgroundSigner on a per-vault signing room, seated by a rejoin handshake, with a governance gate (auto/manual, changeable by a proposal). Background signing across two tabs proven live over the hosted relay.
  • Ceremony security (ADR-0007): on-device sighash binding (transaction-swap defense), PIN-gated admission, and a vault fingerprint for out-of-band roster review.

Honest, still open

  • The real broadcast through the new Dashboard-send path (money-gated); the Dashboard onto the browser-native vault; Tauri desktop packaging (needs per-platform hardware; the next milestone toward a desktop release); sealing the sign-request (H2).

Not a 1.0. A pre-release marking the current, honestly-scoped state. Dual Apache-2.0 / MIT.