The full upstream README, mirrored here for reference. Install config, tool schemas, adoption signals, and an original overview live on the Samuraizer listing page.
Turn meeting recordings into transcripts, summaries, action items, and decisions — entirely on your machine. No cloud, no subscriptions, no data leaving your network.
Reference implementation. Samuraizer is the reference implementation of the memnex specification — an open standard for portable meeting outputs (transcripts, summaries, action items, decisions). All outputs conform to memnex v0.2, including a full provenance chain.
Samuraizer writes meeting results in the portable memnex v0.2 format. This lets another meeting app, local AI agent, or MCP server consume the same transcript, summary, action items, decisions, and provenance without learning a Samuraizer-specific JSON shape.
To verify a memnex document in under a minute, follow the memnex quickstart. It installs the validator and checks a real v0.2 example end to end.
This is a monorepo. Samuraizer is published as two npm packages, each with its own README and changelog:
| Package | What it does | Docs |
|---|---|---|
@samuraizer/cli | The meeting-processing CLI — install, configure, and run the local pipeline. Start here. | packages/cli/README.md |
@samuraizer/mcp-server | Companion Model Context Protocol server. Lets AI agents (Claude Desktop, Claude Code, MCP Inspector) query your processed meetings and trigger the pipeline. | packages/mcp-server/README.md |
*.memnex.json and meeting-output.json files get IDE autocomplete and validation by default in VS Code, JetBrains IDEs, Neovim, Sublime, and other editors with language-server support.Samuraizer follows a BDFL bootstrap model — see the memnex GOVERNANCE.md for the broader project's governance model, which Samuraizer mirrors.
Bug reports and feature discussions are welcome in GitHub Issues.
MIT — see LICENSE.