Create a private repository
Select your personal account or an organization you administer, then:
- Open the Ravenstash app.
- Select the personal account or organization and its target namespace.
- Open Repositories and select New repository.
- Enter a stable repository name.
- Enable PyPI, npm, Maven, Container, Helm, or any combination.
- Choose North America, European Union - GDPR Compliance, or a connected storage provider owned by your organization.
- For PyPI, npm, or Maven, optionally connect an official or custom private mirror. Container and Helm are private-only.
- Create the repository.
Open a registry tab to copy its rvs publish and retrieval commands.
Choose the package storage location
Section titled “Choose the package storage location”Use North America as the default managed at-rest choice when you do not need an EU physical-storage boundary. It does not make a country-specific physical residency commitment.
Use European Union - GDPR Compliance when your organization’s policies, contracts, or compliance framework require package files to be stored physically inside the EU. GDPR does not universally require EU storage, but your own control framework may.
This selection changes where package files are stored at rest, not where they can be downloaded. Ravenstash’s content delivery network serves authenticated downloads through more than 300 locations worldwide, regardless of the selected storage origin. Repository URLs and the configuration used by package and OCI clients stay the same. Read Package storage locations for details.
Choose the name carefully
Section titled “Choose the name carefully”The repository name appears in every ecosystem URL. Prefer a durable purpose-based name such as packages, internal, or releases. Renaming it later changes all publish and install URLs.
CLI equivalent
Section titled “CLI equivalent”With rvs:
rvs art repo create packages \ --registry-kind pypi \ --registry-kind npm \ --registry-kind maven \ --registry-kind container \ --registry-kind helm \ --defaultNext: Publish your first package, review private mirrors, or learn about package storage.

