Elemm
HomeGuardianDocsBlogFAQ
Star on GitHub
HomeGuardianDocsBlogFAQ
Star on GitHub
Docs
Getting StartedWhat is Elemm?Core InstallationMCP Client SetupDocker Deployment
DashboardDashboard OverviewConfiguration ReferenceObservability ConsoleManifest DebuggerToken AnalyzerMCP Server ConfigurationSecurity PanelVault ManagerDashboard Settings
ProtocolThe Discovery ProtocolThe 9 Core ToolsSequence Engine & Data PipingResponse Hygiene
GatewayMulti-Protocol SupportSecurity (Guardian)Vault — AuthenticationProduction & VPS SecurityCLI Reference
DeveloperBuilding Landmark ServersExposing Landmark ServersSmartRepair & Error CodesPydantic & Smart UnboxingDeclarative YAML Configuration

Core Installation

Install the Elemm package and locate its gateway executable.

1. Installation

Install Elemm directly from PyPI:

bash
pip install elemm

Virtual Environment (Recommended)

To avoid dependency conflicts, use a virtual environment:

bash
# 1. Create a virtual environment
python3 -m venv .venv

# 2. Activate it
# Linux/macOS/WSL:
source .venv/bin/activate
# Windows:
.venv\Scripts\activate

# 3. Install the package
pip install elemm

Locating the Executable

AI agents often require absolute paths to the elemm-gateway executable:

  • Linux/macOS/WSL: which elemm-gateway
  • Windows: where elemm-gateway

Typical paths:

  • Linux/macOS: /home/user/.local/bin/elemm-gateway or inside your venv: /path/to/project/.venv/bin/elemm-gateway
  • Windows: C:\Users\User\AppData\Local\Programs\Python\Python310\Scripts\elemm-gateway.exe
Elemm Logo

The Landmark Manifest. Exposing system interfaces natively to AI agents.

Framework

HomeAboutGuardianDocumentation

Community

GitHubDiscordPyPI Package

Legal

Imprint (Legal Notice)Privacy Policy© 2026 Marc Stöcker
elemm.dev — Infrastructure for the Agentic Web.