arkeon-wiki
v0.1.1
Published
Self-contained wiki + knowledge-graph platform: Hono API server, embedded Postgres + Meilisearch, CLI. One package, one process, no Docker.
Downloads
268
Readme
arkeon
A knowledge base that runs on your machine. Build a structured knowledge graph that transcends individual repositories — connecting concepts, patterns, and relationships across all of your code and documents.
See the full documentation for details.
Install
npm install -g arkeonRequires Node.js 18.17+. No Docker, no external services.
Quick start
arkeon init
arkeon upBind a repo to a space and register its documents:
arkeon init my-project
arkeon add README.md docs/Repeat in other repos, then run /arkeon-connect to link them together.
Open http://localhost:8000/explore to see the graph.
CLI
You can also use Arkeon directly from the command line:
arkeon init # Generate secrets and state directory
arkeon up # Start the stack
arkeon status # Check health
arkeon entities list # List entities
arkeon search "query" # Full-text search
arkeon down # StopAll API endpoints are available as CLI commands, auto-generated from the OpenAPI spec:
arkeon <resource> <action> [args]Configuration
export ARKE_API_URL="http://localhost:8000"
export ARKE_API_KEY="ak_..."
export ARKE_SPACE_ID="01ABC..." # optional: default spaceOverride the state directory with ARKEON_WIKI_HOME (default: ~/.arkeon-wiki/).
License
Apache-2.0
