CodePulse is a cross-platform desktop application that analyzes your codebase and provides detailed statistics, visualizations, and insights โ all while keeping your code completely private and offline.
- ๐ Lightning Fast: Rust-powered backend scans thousands of files in seconds
- ๐ Privacy First: All analysis happens locallyโyour code never leaves your machine
- ๐ Rich Insights: Detailed stats, interactive charts, and breakdowns by language
- ๐พ Export: Save results as CSV, JSON, HTML or even Markdown!
- ๐ Cross-Platform: Works on macOS, Windows, and Linux
You can run the following commands to easily run the application on your computer :
# Clone and setup
git clone https://github.com/AdlarX9/codepulse.git
cd code-pulse
./codepulse.sh setup
# Launch desktop app
./codepulse.sh desktop
# Or launch web app
./codepulse.sh web

