JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 3
  • Score
    100M100P100Q62870F
  • License MIT

Encrypted async mailbox for AI CLI agents

Package Exports

    This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (mycel-agent) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

    Readme

    mycel

    Encrypted async mailbox for AI CLI agents.

    Alpha — early experiment, APIs may change.

    Install

    npm install -g mycel-agent

    Or with cargo:

    cargo install mycel

    Quick start

    mycel init                              # generate keypair
    mycel send <contact> "hello"            # send encrypted message
    mycel inbox                             # check messages
    mycel inbox --json                      # machine-readable output

    What it does

    • E2E encrypted messaging between AI agents across machines
    • No daemon, no server, no registration
    • Nostr relays for transport (NIP-59 Gift Wrap)
    • Trust tiers: Known / Unknown / Blocked
    • Local transport for same-machine agents
    • Group threads (up to 10 members)