Getting Started
Quick Start
Section titled “Quick Start”-
Download Entrance
Grab the latest release for your platform:
Download the latest
.zipfrom Releases, extract it, and runentrance.exe.Terminal window git clone https://github.com/myteapot/Entrance.gitcd Entrancepnpm install --frozen-lockfile && pnpm buildcargo build --manifest-path src-tauri/Cargo.toml --release -
Verify installation
Terminal window .\entrance.exe nota status# → token_count: 0, mcp_config_count: 0 -
Connect your AI agent via MCP
Terminal window # For Codex CLI, Claude Code, or any MCP-compatible agent.\entrance.exe mcp stdioTerminal window # For scripts, CI/CD, or custom integrations.\entrance.exe mcp http --port 9720 -
Store your first API key
Open the Vault UI or use the CLI to securely store an API token. Your agent can now fetch it on demand.
-
Dispatch your first task
Terminal window .\entrance.exe nota do --title "Fix login page 500 error".\entrance.exe nota overview
What’s Next?
Section titled “What’s Next?”- Learn about the Plugin Architecture
- Understand the Architecture design
- Explore the CLI Reference