Skip to content

MN Uncensored v0.1.0

Choose a tag to compare

@eminogrande eminogrande released this 16 Jul 08:14
· 59 commits to main since this release
v0.1.0
4d8065d

Released 2026-07-16.

Added

  • Minimal mn interactive menu and CLI.
  • Start, stop, status, API, token, and agent-launch commands.
  • Hermes, Pi, and OpenCode launchers.
  • Modal FastAPI gateway with an OpenAI-compatible /v1/models route and
    transparent /v1/* proxy.
  • Bearer API authentication with named token creation and revocation.
  • macOS Keychain storage for the owner token.
  • SHA-256 digest-only token storage in Modal.
  • Private Modal backend authentication through a separate proxy credential.
  • Secret scanning and signed deployment/release workflow.

Security boundary

  • The endpoint URL is not treated as an access control.
  • Plaintext owner and backend credentials do not belong in Git.
  • A stopped lifecycle fails closed rather than being silently woken.