Desktop codebase parser & analyzer built with Tauri v2 (Rust) and SvelteKit (Svelte 5, TypeScript).
Parse local projects or Git repositories into a clean output content.txt , keep a history of runs, and quickly inspect results.
|
|
All parse results are stored locally under your home directory:
~/parser-codebase/<timestamp>/Each parse folder contains:
content.txt — aggregated parsed contentmetadata.json — parse metadata (counts, sizes, timestamps, etc.)tree.json — file tree snapshot used by the UIInstallers are published via CI/CD as release artifacts.
.msi or .exe (depending on your packaging).dmg / .app / .zip (depending on your packaging)This is a pre-release build and may be unsigned
If macOS blocks the app:
xattr -cr /Applications/codebase-parser.appIf Windows SmartScreen shows a warning:
Always download the app only from your official Releases page.