RAPP Brainstem Frontier v0.1.0-beta.5
Pre-release
Pre-release
·
47 commits
to main
since this release
RAPP Brainstem Frontier v0.1.0-beta.5 (source-only prerelease)
Release commit: 8bed7602661ee01d4294679a8b7c340a781245e8
This is a source-only release: no locally assembled Electron applications are attached. Install through the commit-pinned bootstrap below; the Frontier launcher and the shared Brainstem checkout both resolve to the release commit.
What's new since beta.4
- Windows: installer works with Git under
C:\Program Files— the commit-capture step inbeta/install.cmdno longer breaks on quoted paths (fixes #167). - RAPPlication twins — hatch specialized rapplications into the herd; each twin tile is a live multiplayer chat log with a full custom UI on pop-out; Brainstem⇄twin autonomous loop; twin workers pinned to loopback regardless of LAN mode.
- Multi-chat Brain Surgeon — tabs + herd view.
- Show Mode — click-through tour + AI force mode, driveable from chat.
- Frontier brandmark app icon and the locked-in style guide.
- CI: preflight now verifies the installed Brainstem tree against the exact candidate commit on fork PRs; stale test constants fixed (#178).
Known beta limitations
- Source-only; the desktop app is assembled locally on first launch (Electron download on first run).
- Prerelease channel:
frontier.ps1/frontier.shalways resolve the newest publishedbrainstem-beta-v*release.
Installer hashes (SHA-256, from the release commit's Git blobs)
d81d1dc51677db6f6164e494266dd73c2ba5e8ed9f51469b374eea3ec6e79911 beta/install.cmd
8f237c282d01ca8a19605e1885ed92db9921face96b920451ff0a93b95f505da beta/install.sh
Install (commit-pinned)
Windows (PowerShell):
$env:BRAINSTEM_BETA_COMMIT = "8bed7602661ee01d4294679a8b7c340a781245e8"; irm https://raw.githubusercontent.com/microsoft/aibast-agents-library/8bed7602661ee01d4294679a8b7c340a781245e8/beta/frontier.ps1 | iexmacOS / Linux:
curl -fsSL "https://raw.githubusercontent.com/microsoft/aibast-agents-library/8bed7602661ee01d4294679a8b7c340a781245e8/beta/install.sh" | BRAINSTEM_BETA_COMMIT="8bed7602661ee01d4294679a8b7c340a781245e8" bashOr the stable entrypoints, which resolve this release automatically:
irm https://microsoft.github.io/aibast-agents-library/beta/frontier.ps1 | iex · curl -fsSL https://microsoft.github.io/aibast-agents-library/beta/frontier.sh | bash