DevTrack is an open-source, AI-powered platform that analyzes GitHub repositories to detect AI-generated code and verify developer authorship. In an era where synthetic code is increasingly prevalent, DevTrack equips teams with the intelligence to ensure code integrity, authenticate engineering talent, and maintain trust in their codebases.
"Our mission is to help human ingenuity thrive in the age of synthetic code authorship."
| Feature | Description |
|---|---|
| 🔍 AI Detection Pulse | Real-time analysis to identify synthetic code patterns with ultra-high accuracy |
| 🧠 Neural Authorship | Map unique developer signatures using deep learning across billions of tokens |
| 📈 Evolutionary Metrics | Track the growth and impact of high-dimensional codebases over time |
| ✅ Identity Verification | Authenticate the true source of engineering talent across global repositories |
| 🔗 Node Integration | Seamlessly connect and analyze any GitHub node or private repository |
| 🔒 Secure Processing | Privacy-first architecture — code remains ephemeral and is never stored |
| 🧩 VS Code Extension | Analyze repos and scan authorship without leaving your editor |
1. Initialize Sync → Connect your GitHub account or search any public repo
2. Neural Scan → The engine deconstructs authorship patterns in seconds
3. Extract DNA → Receive a comprehensive report on code provenance
DevTrack now has a VS Code Extension that brings the full power of the Neural Intelligence Core directly into your editor.
| Command | Description |
|---|---|
| 🧬 DevTrack: Analyze Workspace | Runs a neural authorship scan on your current workspace with real-time progress |
| 🔍 DevTrack: Open Explorer | Jump to the DevTrack explorer dashboard for any GitHub repository |
Option 1 — Install from VSIX (Local)
# Clone the repo
git clone https://github.com/Tushar8466/devtrack.git
# Navigate to the extension folder
cd devtrack/frontend/devtrack-vscode
# Install dependencies
npm install
# Package the extension
npx @vscode/vsce package
# Install the .vsix in VS Code:
# Extensions → ... → Install from VSIX → select devtrack-vscode-0.1.0.vsixOption 2 — From VS Code directly
- Open VS Code
- Go to Extensions (
Cmd+Shift+X) - Click the
...menu → Install from VSIX... - Select
devtrack-vscode-0.1.0.vsix
- Press
Cmd+Shift+Pto open the Command Palette - Type
DevTrackto see available commands - Select
DevTrack: Analyze WorkspaceorDevTrack: Open Explorer
The ⚡ DevTrack: Active indicator will always be visible in your VS Code status bar.
- Framework: Next.js (React)
- Deployment: Vercel
- Extension: VS Code Extension API (TypeScript)
- AI/ML: Neural vector analysis for code authorship detection
- Architecture: Privacy-centric, ephemeral code scanning
- Node.js 18+
- npm or yarn
- A GitHub account (for repository analysis)
# Clone the repository
git clone https://github.com/Tushar8466/devtrack.git
# Navigate into the project
cd devtrack/frontend
# Install dependencies
npm install
# Start the development server
npm run devOpen http://localhost:3000 in your browser.
| Route | Description |
|---|---|
/ |
Home — Overview and feature highlights |
/explore |
Explore public repositories |
/projects |
Your tracked projects |
/pulse |
AI Detection Pulse dashboard |
/compare |
Compare repositories side by side |
/ai |
DevTrack AI Intelligence Core |
/dna |
Code DNA authorship analysis |
/contribute |
How to contribute to the project |
/terminal |
Live feed of intercepted GitHub pushes |
/leaderboard |
Developer integrity leaderboard |
DevTrack is an open-source project aimed at creating a transparent, verifiable ecosystem for software authorship. Every line of code is open for review and contribution.
Contributions are welcome! To get started:
- Fork the repository
- Create a new branch:
git checkout -b feature/your-feature-name - Commit your changes:
git commit -m "Add your feature" - Push to the branch:
git push origin feature/your-feature-name - Open a Pull Request
See the Contribute page for more details.
DevTrack is built with a privacy-first architecture:
- Code is never stored on our servers
- All analysis is ephemeral and happens within secured neural buffers
- Zero-trust verification for every pull request scan
- Synchronized across 40+ global repository clusters
- Real-time interception of development pulses
- 99.4% accuracy in distinguishing human vs. AI-generated code
This project is open source. See the LICENSE file for details.
Built and maintained by Tushar Singla and the DevTrack open-source community.
Integrated Intelligence Systems © 2026
Live App · GitHub · Contribute
