| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| code-graph-rag-darwin-arm64.sigstore.json | 2026-07-07 | 10.5 kB | |
| code-graph-rag-linux-amd64.sigstore.json | 2026-07-07 | 10.5 kB | |
| code-graph-rag-windows-amd64.exe.sigstore.json | 2026-07-07 | 10.5 kB | |
| code-graph-rag-windows-amd64.exe | 2026-07-07 | 88.8 MB | |
| code-graph-rag-linux-amd64 | 2026-07-07 | 114.3 MB | |
| code-graph-rag-darwin-arm64 | 2026-07-07 | 89.3 MB | |
| README.md | 2026-07-07 | 637 Bytes | |
| v0.0.246 source code.tar.gz | 2026-07-07 | 11.2 MB | |
| v0.0.246 source code.zip | 2026-07-07 | 11.6 MB | |
| Totals: 9 Items | 315.2 MB | 0 | |
What's Changed
Fixed
- Standalone binaries work again: the PyInstaller build now bundles the package's own metadata (
--copy-metadata code-graph-rag), fixing thePackageNotFoundErrorcrash on--versionthat had blocked binary uploads on every release since v0.0.88. This is the first release with downloadable executables in months.
CI
- New binary smoke-test job builds the linux executable and runs
--versionon every PR and push to main, so frozen-binary regressions now block merge instead of surfacing at release time.
Full Changelog: https://github.com/vitali87/code-graph-rag/compare/v0.0.245...v0.0.246