Where to Find Mach5 Apps
Mach5 Apps are packaged workflows, data models, queries, and agent-ready capabilities that run on Mach5 One and Mach5 Enterprise.
Apps use common Mach5 concepts and APIs. The app ecosystem is separate from the Mach5 One runtime repository.
Runtime repo responsibilities
This repository focuses on:
- Installing Mach5 One
- Starting the server
- Connecting to the HTTP API
- Connecting to MCP
- Connecting to the PostgreSQL-compatible endpoint
- Troubleshooting runtime issues
- Providing basic first-run examples
App catalog responsibilities
Reusable app catalogs handle:
- App registry
- App manifests
- App schemas
- App docs
- App examples
- App sample data
- App-specific issue templates
- App compatibility metadata for Mach5 One and Mach5 Enterprise
Why apps are separate
Keeping apps separate prevents the runtime repo from mixing:
- Runtime releases
- Install issues
- MCP issues
- App-specific bugs
- App versioning
- App sample data
- Community app submissions
The user model is:
- Install the runtime from
mach5-one. - Find reusable apps in the app catalog.
- Learn product positioning and enterprise paths on the Mach5 website.