{"id":15031517,"url":"https://github.com/kellnr/kellnr","last_synced_at":"2026-02-19T22:11:02.010Z","repository":{"id":193851486,"uuid":"689612581","full_name":"kellnr/kellnr","owner":"kellnr","description":"The registry for Rust crates","archived":false,"fork":false,"pushed_at":"2026-01-24T21:12:00.000Z","size":3872,"stargazers_count":894,"open_issues_count":13,"forks_count":71,"subscribers_count":7,"default_branch":"main","last_synced_at":"2026-01-25T08:42:50.064Z","etag":null,"topics":["crate","crates","registry","rust","rustlang"],"latest_commit_sha":null,"homepage":"https://kellnr.io","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/kellnr.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE-APACHE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null},"funding":{"github":["secana"]}},"created_at":"2023-09-10T11:26:34.000Z","updated_at":"2026-01-24T20:27:19.000Z","dependencies_parsed_at":"2023-09-10T12:28:45.377Z","dependency_job_id":"8dfbfe63-0136-4f14-bdba-3763d9e07851","html_url":"https://github.com/kellnr/kellnr","commit_stats":{"total_commits":589,"total_committers":18,"mean_commits":32.72222222222222,"dds":0.5432937181663837,"last_synced_commit":"df94e8894948094776cbe379c9e683cb07cfdf9c"},"previous_names":["kellnr/kellnr"],"tags_count":55,"template":false,"template_full_name":null,"purl":"pkg:github/kellnr/kellnr","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kellnr%2Fkellnr","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kellnr%2Fkellnr/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kellnr%2Fkellnr/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kellnr%2Fkellnr/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kellnr","download_url":"https://codeload.github.com/kellnr/kellnr/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kellnr%2Fkellnr/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28889867,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-29T21:06:44.224Z","status":"ssl_error","status_checked_at":"2026-01-29T21:06:42.160Z","response_time":59,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["crate","crates","registry","rust","rustlang"],"created_at":"2024-09-24T20:15:53.219Z","updated_at":"2026-01-29T23:14:03.640Z","avatar_url":"https://github.com/kellnr.png","language":"Rust","funding_links":["https://github.com/sponsors/secana"],"categories":["Rust"],"sub_categories":[],"readme":"![GitHub](https://img.shields.io/github/license/kellnr/kellnr)\n![GitHub release (with filter)](https://img.shields.io/github/v/release/kellnr/kellnr)\n![GitHub Workflow Status (with event)](https://img.shields.io/github/actions/workflow/status/kellnr/kellnr/ci.yaml)\n![GitHub Sponsors](https://img.shields.io/github/sponsors/secana)\n\n\n# Kellnr - The private crate registry\n\nKellnr is an open-source [Rust](https://www.rust-lang.org) registry for crates. Think of [crates.io](https://crates.io) but on your own hardware.\n\n \u003e [!NOTE]  \n \u003e Find out more on: [kellnr.io](https://kellnr.io)\n\n## Quickstart\n\nThe easiest way to get started is to use the Docker image. You can start **kellnr** with the following command:\n\n```bash\ndocker run \\\n    -p 8000:8000 \\\n    -e \"KELLNR_ORIGIN__HOSTNAME=localhost\" ghcr.io/kellnr/kellnr:5\n```\n\nFore more information about how to configure and run **kellnr**, check out the [documentation](https://kellnr.io/documentation).\n\nYou can find the latest binary releases here: [Kellnr Binary Releases](https://github.com/kellnr/kellnr/releases). \n\nFor the latest Docker images, check here: \n\n- [Kellnr Docker Images](https://github.com/kellnr/kellnr/pkgs/container/kellnr) \n- [Kellnr Minimal Docker Images](https://github.com/kellnr/kellnr/pkgs/container/kellnr-minimal)\n\nThe latest Kubernetes Helm chart can be found here: [Kellnr Helm Chart](https://github.com/kellnr/helm/releases)\n\n## Features\n\n- **Host crates**: Kellnr can host crates. This means that you can upload your own crates to Kellnr and use them in your projects. No extra tooling required, `cargo` works out of the box.\n- **Web UI**: Kellnr comes with a web UI to manage the crates. This makes it easy to upload new crates, manage the versions and see the documentation of the crates.\n- **Docs-rs support**: Kellnr supports the [docs.rs](https://docs.rs) documentation service. This means that you can host your own documentation for your crates with Kellnr.\n- **Crates.io proxy**: Kellnr can act as a proxy for [crates.io](https://crates.io). This means that you can use Kellnr as a cache for crates.io to speed up the download of crates.\n- **Build in Rust**: Kellnr is written in Rust. This means that you can easily extend Kellnr with your own features or fix bugs. No other dependencies are needed.\n- **Multi-Db support**: Kellnr supports multiple databases. You can use Sqlite or PostgreSQL as the storage backend for Kellnr.\n- **Local File System or S3**: Kellnr supports the local file system or S3 as the storage backend for the crates.\n- **User and group management**: Kellnr supports user and group management. This means that you can create users and groups and assign them to crates. This is useful in a corporate environment, where you want to control the access to the crates. You can create read-only users or require authentication for crate-pulls.\n\n## Differences to crates.io\n\n- **Private**: Kellnr is designed to be used in a corporate environment or home-labs. It is possible to host Kellnr on your own hardware, such that you can control the access to the crates.\n- **Easy to host**: Kellnr is designed to be easy to host. It is possible to run Kellnr on a single machine, without the need for a complex setup. Stand-alone, Docker and Kubernetes deployments are supported.\n- **User management**: Kellnr supports user management. This means that you can create users and assign them to own crates. This is useful in a corporate environment, where you want to control the access to the crates.\n\n## Why I created Kellnr\n\nAs a security engineer and researcher I fight vulnerabilities in software for a living. With [Rust](https://www.rust-lang.org) becoming more and more popular, I see a lot of potential in the language to write secure software. However, to adapt Rust in a corporate environment, I need to be able to control the dependencies of the software I write. This is where **kellnr** comes into play. I hope that **kellnr** can accelerate the adoption of Rust in corporate environments, by providing a secure and private registry for Rust crates. In the end, I want to make the world a little bit more secure by promoting the use of Rust.\n\n## Contribute\n\nYou are welcome to contribute to **kellnr**. Create an issue or a pull-request here on Github.\n\nIf you want to contribute with code, please read the [contributing guide](CONTRIBUTING.md) first.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkellnr%2Fkellnr","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkellnr%2Fkellnr","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkellnr%2Fkellnr/lists"}