holocron-research
v1.0.8
Published
Holocron CLI — start the local AI research platform with one command
Maintainers
Readme
holocron-research CLI
npm package published as holocron-research. One-command local deployment for the Holocron research platform.
Install (fresh system)
- Install Node.js 20 LTS
- Install Docker Desktop (or Docker Engine on Linux)
- Run:
npx holocron-research@latest doctor
npx holocron-research@latest startFor a printable checklist: holocron install-guide
Marketing site: holocron-tawny.vercel.app/install
Commands
| Command | Description |
|---------|-------------|
| holocron start | Pull images, start stack, open browser |
| holocron setup | LLM provider wizard → ~/.holocron/.env |
| holocron doctor | Check Node, Docker, Compose, ports |
| holocron install-guide | Full install steps for Windows / macOS / Linux |
| holocron status | Service health (web, agents, DB, LaTeX, Supermemory) |
| holocron seed | Load OWID climate-health showcase graph |
| holocron stop | Tear down containers |
First start downloads ~2–4 GB of Docker images and runs DB migrations automatically.
Documentation
See the main README for features, architecture, and troubleshooting.
- docs/SUPERMEMORY.md — local memory integration
- Demo video
Release
Tag v* triggers .github/workflows/release.yml:
- Builds and pushes GHCR images (
holocron-web,holocron-agents,holocron-latex,holocron-supermemory) - Publishes
holocron-research@<version>to npm (requiresNPM_TOKENsecret)
License
PolyForm Noncommercial License 1.0.0 — personal, research, and educational use permitted; commercial use requires separate permission.
