Private by default
Developers need Ravenstash credentials to publish or install from current repositories, so internal packages do not become public by accident.
Ravenstash keeps internal packages close to native developer workflows: publish with standard tools, install from authenticated repositories, and manage team access from one product surface.
Ravenstash exposes package-manager-compatible routes for each supported ecosystem. The app manages repositories and credentials; developers keep using familiar install and publish commands.
Host private Python packages in a PyPI-compatible registry with pip, uv, Poetry, and Twine publish and install paths.
View PyPI pagepython -m pip install \
--index-url https://__token__:${RAVENSTASH_TOKEN}@rvnsta.sh/pypi/x/acme/python/simple/ \
internal-sdkpython -m build
python -m twine upload \
--repository-url https://push.rvnsta.sh/native/pypi/x/acme/python \
dist/*Start with the essentials teams need now: private repositories, familiar package-manager commands, shared automation tokens, cached upstream dependencies, and a dashboard for package activity.
Developers need Ravenstash credentials to publish or install from current repositories, so internal packages do not become public by accident.
Give CI tokens and shared repositories to the team, not to one developer's personal account.
Let builds use approved public dependencies through your private repository while Ravenstash caches repeat downloads.
Package installs stay authenticated while downloads are served from infrastructure built for repeat developer and CI traffic.
See what packages exist, which versions are used, and how storage and downloads grow over time.
Developers sign in to the rvn CLI through the browser and can revoke active device sessions from the dashboard.
Each registry page shows the commands and setup path developers need to start using Ravenstash quickly.
Host private Python packages in a PyPI-compatible registry with pip, uv, Poetry, and Twine publish and install paths.
Publish and install private Node.js, JavaScript, TypeScript, and WebAssembly packages through npm-compatible registry routes for npm, Yarn, pnpm, and Bun workflows.
Host private Java, Kotlin, Scala, and JVM artifacts with Maven-compatible publishing, dependency resolution, checksums, and authenticated downloads.
Early access is open while pricing is finalized. Create an account, set up a repository, and publish your first private package in minutes.