Genasis

Release Notes — v0.5.0

한국어: ko/RELEASE-NOTES-v0.5.0.md

Released: 2026-05-10

The first public binary release of Genasis. Skips through 0.1.0–0.4.x because the codebase has matured well past the M0–M11 scope originally planned for v0.1.0; v0.5.0 reflects the actual feature set landed across milestones M0–M21 plus ADRs 1 through 15.


What is Genasis?

Genasis turns AI agents into first-class team members alongside humans, embedded in the collaboration tools your team already uses (Plane for issues, Mattermost for chat). One command provisions a full ten-role agentic team, wires it into your Plane workspace and Mattermost team, and hands you the same sprint workflow you’ve been running with humans — only now agents pick up tickets, run TDD, and reply in threads alongside you.


Highlights

Bolt-on agentic team (ADR-001, ADR-010)

Real-team integration

Human roster (ADR-014, new)

Multi-host server stack (ADR-015, new)

Slash commands + hooks

Database channel (ADR-004)

Design swap (ADR-009)

Token economics (ADR-006)

Bilingual (ADR-008)

Debug history feedback loop (ADR-012)

Monitor TUI (ADR-007)

Catalog of best-of-breed agents (ADR-011)


Install

# Pre-built binary (recommended)
curl --proto '=https' --tlsv1.2 -sSf https://raw.githubusercontent.com/claude-genasis/genasis/main/install.sh | sh

# From source
curl --proto '=https' --tlsv1.2 -sSf https://raw.githubusercontent.com/claude-genasis/genasis/main/build.sh | sh

Supported platforms: Linux x86_64, Linux aarch64, macOS x86_64 (Intel), macOS aarch64 (Apple Silicon). Windows users: WSL2 with the Linux x86_64 binary.

After install:

genasis doctor          # verify environment
genasis init --trial    # try Genasis without a real Plane/MM stack
genasis init            # set up agentic team against a real Plane + MM

Breaking changes

None — this is the first public release.


Known limitations


Coverage and tests


Upgrade path

This is v0.5.0 — there is no prior release to upgrade from. v0.5 → v0.6 will keep the marker fence v1.0 contract; users may run genasis upgrade --fence-version 1.0 and expect a no-op result.


Acknowledgements

See docs/CREDITS.md for the full list of upstream projects and contributor agents. Special thanks to the maintainers of ECC, knowledge-work-plugins, claude-code-templates, awesome-design-md, and the wshobson / VoltAgent / dl-ezo agent collections that seed the catalog.

The trial-app’s initial 22 user stories were authored by iterations of the Ralph autonomous-loop pattern (§11 of docs/famous-agents.md) before the Ralph state directory was retired in favour of a normal feature-PR flow.


Full commit list (since project inception)

The full milestone history (M0 through M21) is preserved in progress.md (English) / progress.ko.md (Korean SSOT). 81 commits land in v0.5.0.