#924·codegraph

Feature request: XDG directory spec support

Author: FogapodCreated Jun 19, 2026Updated Sep 17, 2026

Default installation creates files in home directory despite having all variables set. Don't see any env vars or other configuration mentioned in docs.

Structure i see after first launch:

/home/user/.codegraph
├── daemons
│   └── fc08fed761ac0b77.json
└── telemetry.json

vars:

XDG_CACHE_HOME=/home/user/.cache
XDG_CONFIG_HOME=/home/user/.config
XDG_DATA_HOME=/home/user/.local/share
XDG_RUNTIME_DIR=/run/user/1000

XDG spec defines where files should be: https://specifications.freedesktop.org/basedir/latest/

Version: 1.0.1 OS: Linux