Skip to content

As Decided v0.26.1 — Native distribution

Choose a tag to compare

@tcballard tcballard released this 31 Jul 11:23
4f80072

As Decided v0.26.1 makes the native MCP server easier to find and install.

  • decided-mcp is now a first-class Cargo package alongside decided and
    asdecided-core.
  • The canonical MCP Registry identity is io.github.asdecided/core, published
    with GitHub OIDC rather than a stored Registry token.
  • Native releases now cover Linux and macOS on both amd64 and arm64, plus
    Windows amd64.
  • Windows users have an official Scoop bucket.

There is no new retrieval, validation, enforcement, or MCP protocol behavior in
this patch. It takes the Rust engine already shipped in v0.26.0 and gives it
proper native distribution surfaces.

Install

Homebrew:

brew install asdecided/tap/asdecided-core

Cargo:

cargo install decided
cargo install decided-mcp

Scoop:

scoop bucket add asdecided https://github.com/asdecided/scoop-bucket
scoop install asdecided

The expanded native asset set also unblocks a signed local Pilot App Store
submission. That listing will follow separately after the generated bundle and
a real-node install have been verified; v0.26.1 does not turn As Decided into a
hosted corpus service.