Skip to content

Releases: astrio-labs/forall

Forall v0.2.1

Choose a tag to compare

@nolanlwin nolanlwin released this 19 Jul 00:12
e32585f

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 | bash

Note: 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

Choose a tag to compare

@nolanlwin nolanlwin released this 17 Jul 10:32
ca47b92

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 | bash

Asset 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

Choose a tag to compare

@nolanlwin nolanlwin released this 10 Jul 10:46

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 | bash

Assets

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