| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| CHECKSUMS.txt | 2026-04-18 | 610 Bytes | |
| opensrc-linux-x64 | 2026-04-18 | 5.1 MB | |
| opensrc-win32-x64.exe | 2026-04-18 | 4.8 MB | |
| opensrc-darwin-arm64 | 2026-04-18 | 4.2 MB | |
| opensrc-darwin-x64 | 2026-04-18 | 4.6 MB | |
| opensrc-linux-arm64 | 2026-04-18 | 4.4 MB | |
| opensrc-linux-musl-arm64 | 2026-04-18 | 4.2 MB | |
| opensrc-linux-musl-x64 | 2026-04-18 | 4.9 MB | |
| README.md | 2026-04-18 | 765 Bytes | |
| v0.7.2 source code.tar.gz | 2026-04-18 | 227.4 kB | |
| v0.7.2 source code.zip | 2026-04-18 | 261.1 kB | |
| Totals: 11 Items | 32.7 MB | 2 | |
New Features
opensrc fetchsubcommand — Cache a package's source without printing paths, for use in scripts and CI where you just want the source downloaded (#53)- Bitbucket Cloud support — Fetch source from Bitbucket repos, with private repo authentication via
BITBUCKET_TOKEN(#52) - Authentication docs — New docs page covering private repo authentication across GitHub, GitLab, and Bitbucket (#52)
Improvements
- Lockfile parsers — Rewrite lockfile parsers with proper transitive dependency resolution for pnpm workspaces (#51)
- Skills location — Move agent skill to a top-level
skills/directory for easier discovery (#46) - Docs favicon — Add favicon to the docs site (#50)
Contributors
- @ctate