Pali Docs¶
Pali is open memory infrastructure for LLM and agent systems. This page is the fastest way to install it, run it, and find the right guide.
Install¶
macOS/Linux:
Windows PowerShell:
First run¶
Dashboard:
If you are running from a source checkout instead of a release binary:
SDKs¶
- Go Client SDK
- Python SDK repo (
pali-py) - Python package (
pali-clienton PyPI) - JavaScript SDK repo (
pali-js) - JavaScript package (
pali-clienton npm)
Install Python or JavaScript SDKs directly:
Choose your path¶
User¶
Developer¶
- Configuration
- API
- MCP Integration
- Go Client SDK
- Python SDK repo (
pali-py) - Python package (
pali-clienton PyPI) - JavaScript SDK repo (
pali-js) - JavaScript package (
pali-clienton npm)
Future maintainer¶
Container-first quick path¶
docker build -t pali:local .
docker run --rm -p 8080:8080 -v pali-data:/var/lib/pali pali:local
curl http://127.0.0.1:8080/health
Then continue with Getting Started for tenant creation plus first store/search calls.
Recommended reading order¶
- Project overview (GitHub)
- Getting Started
- Multi-Tenancy
- Configuration
- Deployment
- Operations
- API
- MCP Integration
- Architecture
- Benchmark Policy (GitHub)
Core docs¶
| Area | Docs |
|---|---|
| Setup and operations | Getting Started, Deployment, Operations |
| Integration | API, MCP Integration, Go Client SDK, Python SDK repo, Python package, JavaScript SDK repo, JavaScript package |
| Runtime behavior | Configuration, Multi-Tenancy, ONNX Runtime |
| System design | Architecture |
Maintainer references¶
- Contributing (GitHub)
- Changelog (GitHub)
- Benchmark Policy (GitHub)
- Implementation change notes (GitHub)
Notes on scope¶
docs/internal/*and dateddocs/changes/*are kept in-repo for maintainers.- The public docs site focuses on stable user/developer docs and links out to maintainer artifacts where needed.