Skip to content

Commit 78e2315

Browse files
zanukacursoragent
andcommitted
chore: publish CE snapshot v0.1.0-alpha.2
Slim Public Alpha docs: drop Pro vision docs and SuchUtils roadmap from CE. Co-authored-by: Cursor <cursoragent@cursor.com>
1 parent 7e3bcc7 commit 78e2315

10 files changed

Lines changed: 28 additions & 618 deletions

File tree

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,14 @@ All notable changes to SuchConfig Desktop (public CE) are documented here.
55
Format based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
66
Versioning follows [Semantic Versioning](https://semver.org/) with pre-release tags for Public Alpha.
77

8+
## [0.1.0-alpha.2] — 2026-08-01
9+
10+
### Changed
11+
12+
- Slimmed Public Alpha docs: removed Pro vision docs (Sentinel / Local Broker) from CE allowlist
13+
- Denylisted root `ROADMAP-such-utils.md` so it no longer ships on GitHub
14+
- Softened public README / SECURITY / roadmap copy to focus on Free CE maturity
15+
816
## [0.1.0-alpha.1] — 2026-08-01
917

1018
### Added
@@ -18,8 +26,8 @@ Versioning follows [Semantic Versioning](https://semver.org/) with pre-release t
1826

1927
### Notes
2028

21-
- Personal Pro (Security Sentinel + Local Broker) is gated or absent in free CE
2229
- Pricing page on suchconfig.io remains hidden during Public Alpha
2330
- macOS is the primary supported platform; Linux / Windows are best-effort
2431

32+
[0.1.0-alpha.2]: https://github.com/suchconfig/suchconfig-desktop/releases/tag/v0.1.0-alpha.2
2533
[0.1.0-alpha.1]: https://github.com/suchconfig/suchconfig-desktop/releases/tag/v0.1.0-alpha.1

README.md

Lines changed: 11 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# SuchConfig Desktop
22

3-
**Public Alpha** (`v0.1.0-alpha.1`) — local-first Project Vault + Secrets Vault.
3+
**Public Alpha** (`v0.1.0-alpha.2`) — local-first Project Vault + Secrets Vault.
44

55
> **Heavy active development.** This is the first public cut of the open-core CE. APIs, UX, and sync behavior will change. Expect rough edges; please read [Current status](#current-status) before depending on any path in production.
66
7-
Open core lets you audit the vault crypto and run a free local vault with user-owned backup (Trusted Folder) and opt-in LAN sync as those layers mature. **Security Sentinel** and **Local Broker** are licensed Personal Pro add-ons (gated or absent in free CE).
7+
Open core lets you audit the vault crypto and run a free local vault with user-owned backup (Trusted Folder) and opt-in LAN sync as those layers mature.
88

99
| | |
1010
| --- | --- |
@@ -24,22 +24,21 @@ Open core lets you audit the vault crypto and run a free local vault with user-o
2424
| Trusted Folder sync | Shipped — Free |
2525
| LAN Wi‑Fi P2P | Pairing + Handoff verified; incremental deltas and firewall-ON hardening still open — **not** finished LAN sync |
2626
| On-device vault importer | Planned — Free when formats ship; **not** in this alpha |
27-
| Security Sentinel / Local Broker | Personal Pro — gated or absent in free CE |
2827
| Signed / notarized macOS builds | Stated honestly on download pages when published |
2928
| Pricing | Hidden during Public Alpha |
3029

31-
Detail: [docs/public-alpha-roadmap.md](docs/public-alpha-roadmap.md)
30+
Detail: [docs/public-alpha-roadmap.md](docs/public-alpha-roadmap.md) · [docs/open-core.md](docs/open-core.md)
3231

3332
---
3433

35-
## Free vs Pro
34+
## What ships free
3635

37-
| Free (Apache-2.0 CE) | Personal Pro |
36+
| Capability | Notes |
3837
| --- | --- |
39-
| Project Vault + Secrets Vault + encrypted archives | **Security Sentinel** (local supply-chain scan → Report Card) |
40-
| **Trusted Folder** (user-owned folder backup / merge) | **Local Broker** (scoped agent credential inject) |
41-
| **LAN Wi‑Fi P2P** (opt-in, same LAN; maturity above) | Sentinel → Broker policy proposals |
42-
| **Vault Importer** (on-device; when formats ship) | |
38+
| Project Vault + Secrets Vault + encrypted archives | Offline CRDT-backed store |
39+
| **Trusted Folder** | User-owned folder backup / merge |
40+
| **LAN Wi‑Fi P2P** | Opt-in, same LAN; maturity above |
41+
| **Vault Importer** | On-device; when formats ship |
4342

4443
Never paywalled: Trusted Folder, LAN P2P, or Vault Importer (when it ships).
4544

@@ -53,7 +52,7 @@ A **local-first vault** for AI-augmented development: project configs, secrets,
5352
- Vault crypto / CRDT in open **`vault_core`** (vendored in public CE builds)
5453
- Multi-device continuity is **user-owned** (folder you choose, or opt-in LAN sync)
5554

56-
**Not in this repo:** SuchUtils (parsers / generators — separate product), Broker CLI runtime, Sentinel scan engines.
55+
**Not in this repo:** SuchUtils (parsers / generators — separate product).
5756

5857
---
5958

@@ -104,7 +103,7 @@ Dev (`pnpm run tauri:dev`) and installed release builds use **separate SQLite fi
104103

105104
## Contributing
106105

107-
See [CONTRIBUTING.md](CONTRIBUTING.md) (DCO, conventional commits). Good first issues: docs, UX, tests — not Sentinel engines or Broker inject.
106+
See [CONTRIBUTING.md](CONTRIBUTING.md) (DCO, conventional commits). Good first issues: docs, UX, tests.
108107

109108
Public Alpha is early: prefer issues and small docs/UX/test PRs. Expect breaking changes between alpha tags.
110109

0 commit comments

Comments
 (0)