Explore codebases with an interactive, VS Code-like interface.
Open-source curated repos (Linux, LLVM, glibc, XNU, etc) are pre-built for instant and offline access.
explorar.dev · GitHub · Discord
npm install
npm run dev # starts at localhost:3000, downloads CPython automatically
npm run build # static export to out/
npm run lint # tsc + eslint + prettier + depcheck
npm test # Playwright tests (requires built output)See CLAUDE.md for architecture details.