Skip to content

Commit e48dfd6

Browse files
author
Wess Cope
committed
Release 1.0.0
The beta started at 0.1.0-beta.19 with a feature lock and a note that it would be tested for a while before a 1.0. It has been, so this is that. Nothing about the shape has changed since beta.24 — this is the same program, called what it is. What the beta earned is the confidence that the parts people depend on are the right parts: memory that a correction can supersede without deleting, credentials that never leave the Keychain, a skill library that refuses to overwrite work it did not write, and a mesh with no daemon, no port, and no account behind it. 1.0 is a promise about the surface rather than the end of the work. The command surface, the MCP tool contract, the descriptor format, and the on-disk shapes are what other things build against now, and breaking one is a version that says so. Two things are deliberately still marked as new inside it. The console reactor carries a Beta label in its own settings panel, because it is the newest thing here and the one most likely to want changing. Dictation is off by default and not in this download at all: it needs a microphone entitlement, and that is a decision for the person building it rather than a default for a program holding a Keychain reference to every secret its user owns. The beta language is gone from the site and the README, and the download link points at the latest release rather than a version, so it cannot go stale again.
1 parent 9384e12 commit e48dfd6

39 files changed

Lines changed: 56 additions & 56 deletions

File tree

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Your tools forget. Synapse remembers.
44

55
Synapse keeps project decisions and credentials on your Mac, ready for the tools and terminal sessions that need them. There is no account to create and no cloud memory to manage.
66

7-
[Download the macOS beta](https://github.com/wess/synapse/releases/latest/download/synapse.zip) · [Read the guide](https://wess.io/synapse/docs/)
7+
[Download for macOS](https://github.com/wess/synapse/releases/latest/download/synapse.zip) · [Read the guide](https://wess.io/synapse/docs/)
88

99
Apple silicon · macOS 13 or later · Developer ID signed and notarized
1010

crates/synapse/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "synapse"
33
# Bumping this on main is the release trigger. Keep it in step with
44
# crates/synapsecore, which is where `synapse version` reads its number from.
5-
version = "0.1.0-beta.24"
5+
version = "1.0.0"
66
edition.workspace = true
77
description = "Local memory and scoped credentials for developer tools"
88

crates/synapsecore/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/synapsecore/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ name = "synapsecore"
2121
# Keep this in step with crates/synapse: `synapse version` reads the version of
2222
# the crate that holds the command, and the two ship as one product. Only the
2323
# desktop crate's version triggers the release workflow.
24-
version = "0.1.0-beta.24"
24+
version = "1.0.0"
2525
edition = "2024"
2626
description = "Memory, credentials, and the command surface for Synapse, without a window"
2727

site/docs/app/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
<a href="../../docs/" aria-current="page">Docs</a>
3232
<a href="../../tutorials/">Tutorials</a>
3333
<a href="https://github.com/wess/synapse">GitHub <span aria-hidden="true"></span></a>
34-
<a class="navdownload" href="https://github.com/wess/synapse/releases/download/v0.1.0-beta.24/synapse.zip">Download</a>
34+
<a class="navdownload" href="https://github.com/wess/synapse/releases/download/v1.0.0/synapse.zip">Download</a>
3535
</nav>
3636
</header>
3737

site/docs/cli/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
<a href="../../docs/" aria-current="page">Docs</a>
3232
<a href="../../tutorials/">Tutorials</a>
3333
<a href="https://github.com/wess/synapse">GitHub <span aria-hidden="true"></span></a>
34-
<a class="navdownload" href="https://github.com/wess/synapse/releases/download/v0.1.0-beta.24/synapse.zip">Download</a>
34+
<a class="navdownload" href="https://github.com/wess/synapse/releases/download/v1.0.0/synapse.zip">Download</a>
3535
</nav>
3636
</header>
3737

site/docs/config/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
<a href="../../docs/" aria-current="page">Docs</a>
3232
<a href="../../tutorials/">Tutorials</a>
3333
<a href="https://github.com/wess/synapse">GitHub <span aria-hidden="true"></span></a>
34-
<a class="navdownload" href="https://github.com/wess/synapse/releases/download/v0.1.0-beta.24/synapse.zip">Download</a>
34+
<a class="navdownload" href="https://github.com/wess/synapse/releases/download/v1.0.0/synapse.zip">Download</a>
3535
</nav>
3636
</header>
3737

site/docs/data/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
<a href="../../docs/" aria-current="page">Docs</a>
3232
<a href="../../tutorials/">Tutorials</a>
3333
<a href="https://github.com/wess/synapse">GitHub <span aria-hidden="true"></span></a>
34-
<a class="navdownload" href="https://github.com/wess/synapse/releases/download/v0.1.0-beta.24/synapse.zip">Download</a>
34+
<a class="navdownload" href="https://github.com/wess/synapse/releases/download/v1.0.0/synapse.zip">Download</a>
3535
</nav>
3636
</header>
3737

site/docs/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
<a href="../docs/" aria-current="page">Docs</a>
3232
<a href="../tutorials/">Tutorials</a>
3333
<a href="https://github.com/wess/synapse">GitHub <span aria-hidden="true"></span></a>
34-
<a class="navdownload" href="https://github.com/wess/synapse/releases/download/v0.1.0-beta.24/synapse.zip">Download</a>
34+
<a class="navdownload" href="https://github.com/wess/synapse/releases/download/v1.0.0/synapse.zip">Download</a>
3535
</nav>
3636
</header>
3737

@@ -113,7 +113,7 @@ <h2 id="limits">What Synapse does not do</h2>
113113
<li>It cannot directly modify an already-running parent process. Use <code>synapse run -- &lt;command&gt;</code> for one child, or explicitly evaluate <code>synapse hook</code> so your shell applies quoted environment changes itself.</li>
114114
<li>It does not decide that every conversation detail deserves permanent memory. Connected tools receive instructions to keep stable, confirmed context.</li>
115115
<li>It does not continuously mirror native tool stores. Imports are explicit, previewed, and reversible; new shared memory belongs in Synapse.</li>
116-
<li>The current beta is a signed Apple-silicon build for macOS 13 or later.</li>
116+
<li>Synapse is a signed Apple-silicon build for macOS 13 or later.</li>
117117
</ul>
118118

119119
<h2 id="paths">Choose a path</h2>

0 commit comments

Comments
 (0)