Releases: astrio-labs/forall
Releases · astrio-labs/forall
Release list
Forall v0.2.1
Forall v0.2.1
Patch release.
- Hide verification card on chat-only turns
- Fix version string (forall-cli reports 0.2.1)
Install CLI
curl -fsSL https://forall.astrio.app/install.sh | bashNote: This release currently ships the macOS aarch64 binary (local build). Full multi-platform CI assets were blocked by GitHub Actions billing limits.
Forall v0.2.0
Forall v0.2.0
Prebuilt CLI binaries for macOS, Linux, and Windows (gzip-compressed).
Install CLI (Path A)
curl -fsSL https://forall.astrio.app/install.sh | bashAsset names match install.sh:
forall-{macos,linux,windows}-{aarch64,x86_64}[.exe].tar.gz.
Connect MCP verify-only (Path B)
Do not install the CLI. Create a key at https://forall.astrio.app/dashboard
and add to your MCP client:
{
"mcpServers": {
"forall": {
"command": "npx",
"args": ["-y", "@astrio/forall-mcp"],
"env": { "FORALL_API_KEY": "forall_..." }
}
}
}Forall v0.1.0
Forall v0.1.0
Prebuilt CLI binaries for macOS, Linux, and Windows.
Install:
curl -fsSL https://raw.githubusercontent.com/astrio-ai/forall/main/install.sh | bashAssets
| Asset | Platform |
|---|---|
forall-macos-aarch64 |
macOS Apple Silicon |
forall-macos-x86_64 |
macOS Intel |
forall-linux-aarch64 |
Linux ARM64 |
forall-linux-x86_64 |
Linux x86_64 |
forall-windows-x86_64.exe |
Windows x86_64 |