You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| Linux | x64 |`semble-linux-x64`|`semble-linux-x64-fast.tar.gz`|
10
+
| Linux | ARM64 |`semble-linux-arm64`|`semble-linux-arm64-fast.tar.gz`|
11
+
| macOS | Apple Silicon (ARM64) |`semble-macos-arm64`|`semble-macos-arm64-fast.tar.gz`|
12
+
| Windows | x64 |`semble-windows-x64.exe`|`semble-windows-x64-fast.zip`|
13
+
14
+
**Single-file** — one portable binary, no extraction needed. Slower startup (~6s) due to decompression on each run.
15
+
16
+
**Fast-start** — a compressed archive containing the binary + pre-extracted dependencies. ~20x faster startup, recommended for repeated use or MCP server mode.
13
17
14
18
## Download
15
19
@@ -20,20 +24,22 @@ Grab the latest binary from the [Releases](../../releases) page, or download the
20
24
The executable works exactly like the `semble` CLI:
21
25
22
26
```bash
23
-
#Make it executable (Linux/macOS)
27
+
#Single-file: make it executable and run (Linux/macOS)
0 commit comments