RepoSense Studio is a local Studio UI for interactive repository analysis.
.\.venv\Scripts\python.exe -m reposense studio serve --port 8010Open:
http://127.0.0.1:8010
- Choose one import mode:
- Upload a repository ZIP, or
- Analyze a local repository path.
- Start analysis.
- Wait for run completion.
- Open generated outputs:
report.html- Learn UI
- SARIF
- Context Pack
run_manifest.json- backend verifier report
- local AI-derived outputs if generated
- Start Studio.
- Enter a local repository path in
Analyze local repository path. - Click
Analyze local path. - Configure run profile/ruleset/specs and start analysis.
- Track runs and open artifacts from the same run list.
Boundary notes:
- Local path analysis is local-only in Studio.
- RepoSense reads repository files for static analysis and does not execute repository code.
- Browser flow does not upload the full local directory to a hosted cloud service by default.
- It does not currently expose a browser folder picker for local directories.
- It does not upload data to a hosted cloud service by default.
- It does not replace CLI workflows.
- It does not guarantee backend correctness.
For local directory analysis:
.\.venv\Scripts\python.exe -m reposense ci run --repo <repo-path> --out .reposense_runs --profile demo --with-context-packThen open:
.\.venv\Scripts\python.exe -m reposense show <run_dir> --openwebui/studio/index.htmlreposense/studio/server.pyreposense/studio/jobs.pyreposense/cli.py