# Github Package Registry Reviews
**Vendor:** GitHub  
**Category:** [Repository Management Software](https://www.g2.com/categories/repository-management)  
**Average Rating:** 4.5/5.0  
**Total Reviews:** 40
## About Github Package Registry
GitHub Packages is a comprehensive package hosting service integrated directly into GitHub, enabling developers to publish, manage, and consume packages alongside their source code. This integration streamlines the development workflow by consolidating code and package management within a single platform. Key Features and Functionality: - Multi-Format Support: GitHub Packages supports various package formats, including npm (JavaScript), RubyGems (Ruby), Maven (Java), NuGet (.NET), and Docker images, catering to a wide range of development needs. - Integrated Permissions Management: Utilize GitHub&#39;s existing user and team permissions to control access to both code and packages, ensuring consistent and secure management. - Seamless Workflow Integration: Combine GitHub Packages with GitHub Actions and webhooks to automate and customize your development workflows, from code integration to deployment. - Unified Search and Management: Leverage GitHub&#39;s familiar interface to search for, view, and manage packages, complete with metadata such as licensing, download statistics, and version history. Primary Value and User Solutions: GitHub Packages addresses the need for a unified platform where developers can manage both their source code and associated packages. By integrating package management directly into GitHub, it eliminates the complexity of using separate systems, reduces context switching, and enhances collaboration within teams. This consolidation leads to more efficient development processes, improved security through consistent permission settings, and a more streamlined approach to software development and deployment.




## Github Package Registry Reviews
  ### 1. Strong GitHub Integration, but Setup and Tool Connections Can Be Confusing

**Rating:** 3.0/5.0 stars

**Reviewed by:** Baruch O. | Software Developer, Program Development, Small-Business (50 or fewer emp.)

**Reviewed Date:** March 12, 2026

**What do you like best about Github Package Registry?**

It integrates completely with the code source when you host your code on GitHub.

**What do you dislike about Github Package Registry?**

It isn’t natively connected to development tools, and you have to configure it with credentials just to install a package. The setup can be confusing at times, at least until you manage to get everything configured properly.

**What problems is Github Package Registry solving and how is that benefiting you?**

I don’t need to mess around with multiple resources and tools anymore. I can manage all my project assets in one place, with a single manager.

  ### 2. Package hosting and management with Github

**Rating:** 5.0/5.0 stars

**Reviewed by:** Luca P. | Chief Operations Officer DEQUA Studio | Formerly CTO in MarTech, Marketing and Advertising, Small-Business (50 or fewer emp.)

**Reviewed Date:** July 04, 2025

**What do you like best about Github Package Registry?**

•	npm: Handles JavaScript and Node.js packages, supporting scoped packages and allowing direct association with repositories. The registry works consistently for both public and private packages, and supports granular or repository-inherited permissions.

	•	Container registry: Stores and manages Docker and OCI images, replacing the older Docker registry. It offers robust authentication mechanisms and supports both individual and organization-level scoping.

	•	RubyGems: Publishes and consumes Ruby packages, integrating efficiently with Bundler for dependency management.

	•	Apache Maven and Gradle: Manages Java packages, with direct integration into Java build tools. Packages are always repository-scoped, ensuring consistent permission inheritance.

	•	NuGet: Supports .NET packages, with flexible scoping and access control.


Key technical features that I really like:
	•	Integrated permissions and access control: Permissions can be granular (user or organization scoped) or inherited from the repository, depending on the registry. 

	•	Seamless GitHub Actions integration: Publishing and consuming packages within CI/CD workflows is straightforward. The registry works efficiently with GitHub Actions.

	•	Unified DevOps workflow: Source code, packages, and CI/CD pipelines are managed in a single platform.

	•	Support for public and private packages: Packages can be published to public or private repositories.

	•	Detailed package metadata and visibility: Each package page displays README, license information, download statistics, and version history,

	•	Multiple authentication options: Supports personal access tokens and the GITHUB_TOKEN for automation, with clear documentation on required scopes for publishing and installing packages.

**What do you dislike about Github Package Registry?**

Setting up .npmrc, authentication tokens, and permission models often requires careful reading of the documentation and can be error-prone for new users. Additionally, some registries (such as Maven and Gradle) only support repository-scoped permissions.

**What problems is Github Package Registry solving and how is that benefiting you?**

Using GitHub Package Registry has enabled a more centralized and auditable approach to managing code and dependencies. By hosting packages directly on GitHub, I have observed improved traceability between source code changes and package versions. The integration with GitHub Actions reduces manual steps in the release process, making automated testing and publishing more reliable. The unified permissions model simplifies user and team management, especially for private packages. The ability to view detailed package metadata and history directly within the repository interface enhances transparency and collaboration across teams. Overall, the registry provides a consistent and integrated environment for managing the lifecycle of both code and its dependencies, reducing the friction typically associated with maintaining separate package hosting solutions.

  ### 3. Everything is on the same table with Guhub Package Registry

**Rating:** 4.5/5.0 stars

**Reviewed by:** Narayan S. | Assistant Professor, Mid-Market (51-1000 emp.)

**Reviewed Date:** April 02, 2024

**What do you like best about Github Package Registry?**

All my team members are using it for the development of inhouse tools for the aerospace sector.

**What do you dislike about Github Package Registry?**

Initially, it was quite confusing for me. Later I got comfortable and now am quite expert level.

**What problems is Github Package Registry solving and how is that benefiting you?**

Really useful to manage all the data in single place. All can access and make required changes.

  ### 4. Github Package Registry: Effective and Efficient

**Rating:** 4.5/5.0 stars

**Reviewed by:** Mustali C. | Full-stack Developer, Small-Business (50 or fewer emp.)

**Reviewed Date:** January 11, 2024

**What do you like best about Github Package Registry?**

It is easy to use, user-friendly and supports multiple language.
Reliable and secure.

**What do you dislike about Github Package Registry?**

Local languages of India are yet not supported.

**What problems is Github Package Registry solving and how is that benefiting you?**

We can host all are packages and dependencies on a single platform.
It makes collaborations easy by providing central repository.

  ### 5. Deploy npm packages for free

**Rating:** 5.0/5.0 stars

**Reviewed by:** ATUL S. | Software Engineer, Small-Business (50 or fewer emp.)

**Reviewed Date:** October 20, 2023

**What do you like best about Github Package Registry?**

- Its easy to use mechanism
- it come up with auto deployment feature, confirm the pipeline's and all version of packages will be available on github registy

**What do you dislike about Github Package Registry?**

Github registry cause problem, if your package name have uppercase letter in it. 
In order to experience smooth experience just have lowercase in package name

**What problems is Github Package Registry solving and how is that benefiting you?**

Earlier  i have utilised npm registry to host private package, now i switched to github which host packages for free saving costs

  ### 6. Best alternative to Nuget...

**Rating:** 5.0/5.0 stars

**Reviewed by:** Ziya M. | Regional Training Expert, Small-Business (50 or fewer emp.)

**Reviewed Date:** October 17, 2023

**What do you like best about Github Package Registry?**

Everything in one place! The source code, the project and the package, all under one consistent base. No more time/effort wasting to follow up the package in other providers.

**What do you dislike about Github Package Registry?**

Still not widely used by the public, at least for .net and VS project. For the majority of the developers Nuget is still the main package manager and source.

**What problems is Github Package Registry solving and how is that benefiting you?**

One location to host the source code and the package. Also it is providing the possibility to publish multiple packages under the same repo. This makes following large projects with multiple packages much more easier to follow.

  ### 7. Interesting feature

**Rating:** 5.0/5.0 stars

**Reviewed by:** Lokesh M. | Mid-Market (51-1000 emp.)

**Reviewed Date:** March 28, 2023

**What do you like best about Github Package Registry?**

It will reduce the complexity to use other third party tools. 
We can get the facility to manage packages is a good think along with source code. 
Looking forward to use it

**What do you dislike about Github Package Registry?**

Nothing as of now. 
Will recommend to others to use this one and can comment if any. For now nothing seems to be missing. 
No comments yet on this.

**What problems is Github Package Registry solving and how is that benefiting you?**

We are depending on other third party tools only for this feature. 
It is good idea now.
Integegration and management of other will be reduced

  ### 8. Great experience with Github Package Registry

**Rating:** 5.0/5.0 stars

**Reviewed by:** Binay M. | Senior Software Engineer, Small-Business (50 or fewer emp.)

**Reviewed Date:** March 22, 2023

**What do you like best about Github Package Registry?**

It integrates seamlessly with Github's ecosystem, making it easy for us developers to publish, manage, and share our packages within the workflow and save time.

**What do you dislike about Github Package Registry?**

I faced some dependency management issues, and as of now, it only supports a limited number of programming languages. While GitHub Package Registry offers a generous free tier, it is also expensive for large organizations with many users and packages.

**What problems is Github Package Registry solving and how is that benefiting you?**

GitHub Package Registry provides a centralized location for hosting and managing software packages, which makes it easier for developers to manage their software dependencies. It integrates with other GitHub features, such as Actions and Pull Requests, making it easy to automate package publishing and ensure that packages are always up-to-date.

  ### 9. Best Platform to Manage There Code With Packages

**Rating:** 4.5/5.0 stars

**Reviewed by:** vijay b. | Software Engineer, Mid-Market (51-1000 emp.)

**Reviewed Date:** April 01, 2023

**What do you like best about Github Package Registry?**

One Of The Best Things is Building Code In project and hosting that project into packages in One Place and using that code through the other projects.
And Using NPM we can use these codes in our project.

**What do you dislike about Github Package Registry?**

There is no such thing as dislike but yes expecting a lot more new features in the near future.

**What problems is Github Package Registry solving and how is that benefiting you?**

First Of All, It's Open Source And There are various things like if we have centralized Code that is used in another project so we can convert that code into packages and use that code in the entire project because there is one solution that is written in one place.

  ### 10. Private NPM package on Github

**Rating:** 5.0/5.0 stars

**Reviewed by:** Hatela t. | Small-Business (50 or fewer emp.)

**Reviewed Date:** October 17, 2023

**What do you like best about Github Package Registry?**

- Easy to learn and use
- Free even to host private packages
- Reliable

**What do you dislike about Github Package Registry?**

- Hard to debug the deployment related issue.

**What problems is Github Package Registry solving and how is that benefiting you?**

We have hosted the private npm packages on github registry, saving huge amount for the organisation

  ### 11. GitHub Package Registry: host, share and use packages.

**Rating:** 4.5/5.0 stars

**Reviewed by:** Prashant D. | Small-Business (50 or fewer emp.)

**Reviewed Date:** April 03, 2023

**What do you like best about Github Package Registry?**

1. Integration with Github: Github Package Registry is integrated with Github, allowing developers to manage their packages and code in one place easily.
2. Easy to use: Developers find GitHub Package Registry easy to use, with clear documentation and intuitive navigation.
3. Reliable and secure: Github is known for its reliability and security, and the same level of security and reliability is expected for Github Package Registry.

**What do you dislike about Github Package Registry?**

Not sure, Product might have potential drawbacks, but I am unsure of its downsides.

**What problems is Github Package Registry solving and how is that benefiting you?**

GitHub Package Registry is solving the problem of managing and sharing packages, such as libraries and dependencies, within the GitHub ecosystem. By centralizing package management, developers can save time and reduce errors. Additionally, GitHub Package Registry provides access controls, package versioning, and dependency insights, benefiting developers by improving collaboration and code quality.

  ### 12. Incredible unfied ci/cd expirience

**Rating:** 4.5/5.0 stars

**Reviewed by:** Ankit R. | Software Engineer, Small-Business (50 or fewer emp.)

**Reviewed Date:** February 25, 2023

**What do you like best about Github Package Registry?**

I can now find a unified view of the whole software development lifecycle after a merge to mater is done in one place.
Previously we had 3 apps for the flow, and on top, we had multiple Registries. This was a little tedious going back and forth to apps.

Now, we can track the lifecycle in one view with GitHub Package Registry and GitHub action.
GitHub Package Registry helps us to maintain one registry for all our needs. This has been game-changing.
Users with write access to the repo can only publish to the registry has made things very smooth.

**What do you dislike about Github Package Registry?**

GitHub Package Registry really serves the purpose. To date, we did not face any significant problems with the platform.
Particularly for Maven, we observed vulnerabilities are not listed in the public packages.

**What problems is Github Package Registry solving and how is that benefiting you?**

One unified view of the whole CI/CD process and package management in one App has been by far the most important feature for us.
It helped us cut subscriptions from multiple vendors.
This is also helping us move fast. Now we maintain GitHub Package Registry, and everything is taken care of like Maven, Docker, etc.
We can now focus more on our customer's problems.

  ### 13. GitHub registery package review

**Rating:** 5.0/5.0 stars

**Reviewed by:** Nikita  G. | Enterprise (> 1000 emp.)

**Reviewed Date:** March 24, 2023

**What do you like best about Github Package Registry?**

As a developer, GitHub Package registery provides the flexibility in development by providing access supports like Docker and also this is the best known platform for high optimisation of your development.

**What do you dislike about Github Package Registry?**

There's nothing to dislike about GitHub Package registery but still I would say that there can be more commands available for more flexibility.

**What problems is Github Package Registry solving and how is that benefiting you?**

The major challenge which GitHub Package registery is solving is to provide a platform for smooth development of heavy bulky softwares in the Market. Where a large number of teams can collaborate easily for smooth development.

  ### 14. You should have a good reason to ditch the  formal npm registry

**Rating:** 3.0/5.0 stars

**Reviewed by:** Stav A. | Small-Business (50 or fewer emp.)

**Reviewed Date:** September 14, 2023

**What do you like best about Github Package Registry?**

It's in the same page as the code and you can publish and consume from your GitHub account instead of 2 accounts

**What do you dislike about Github Package Registry?**

Complicated to publish and consume worth yarn and yarn2+

**What problems is Github Package Registry solving and how is that benefiting you?**

Same as what nom registry solves. Nothing new

  ### 15. Powerful Feature!!!

**Rating:** 4.0/5.0 stars

**Reviewed by:** Arshi M. | Enterprise (> 1000 emp.)

**Reviewed Date:** March 24, 2023

**What do you like best about Github Package Registry?**

1. Since Github Package Registry supports multiple packages formats, it is easy to collaborate with them in a single place.
2. The Acces control feature enables you to provide limited or restricted access only to people whom you want.
3. Easy to use

**What do you dislike about Github Package Registry?**

1. The pricing is a little off.
2. CI CD pipelining can be better.

**What problems is Github Package Registry solving and how is that benefiting you?**

It is providing me with a single solution platform for hosting all my packages and containers. I can integrate all of them from a single source ie.  Github Package Registry.

  ### 16. Best Package Registry

**Rating:** 4.5/5.0 stars

**Reviewed by:** Verified User in Information Technology and Services | Small-Business (50 or fewer emp.)

**Reviewed Date:** September 25, 2023

**What do you like best about Github Package Registry?**

1. When we talk about admin controls it's best we have many options like read, write admin control features 
2. It supports multiple package formats
3. Tracking of commits is easy

**What do you dislike about Github Package Registry?**

GitHub Package Registry is good but a bit complicated if you are a beginner we will get used to it once used for few days

**What problems is Github Package Registry solving and how is that benefiting you?**

Track of commits and few features like roll backs and error

  ### 17. Small Home of Packages in GitHub

**Rating:** 4.5/5.0 stars

**Reviewed by:** Pramodh K. | DevSecOps Consultant, Mid-Market (51-1000 emp.)

**Reviewed Date:** November 30, 2022

**What do you like best about Github Package Registry?**

GitHub Package Registry is home for storing the libraries of Java, Nuget, Ruby, npm Packages, and Docker Images. The native feature in GitHub helps teams quickly upload the packages. Read, Write, and Admin Permissions for the Packages are well thought out for the simplicity of managing them. Easily helps with authentication when using GitHub Actions using GITHUB_TOKEN

**What do you dislike about Github Package Registry?**

Generic Package is not yet supported and maybe we can have support for Conan, Hex, swift, helm, and other such know packages.
RBAC governance will be good to have feature.

**What problems is Github Package Registry solving and how is that benefiting you?**

The GitHub Package registry is helping small teams to quickly set up the registry and are able to work effectively, and in a reliable way. It also speeds up and reduces the dependencies from other teams to setup Infra.

  ### 18. Github is a place we can save all our work and manage it

**Rating:** 4.0/5.0 stars

**Reviewed by:** Kancharla S. | Associate, Enterprise (> 1000 emp.)

**Reviewed Date:** March 29, 2023

**What do you like best about Github Package Registry?**

it lets you keep your packages right in your repo and organization

**What do you dislike about Github Package Registry?**

Not sure, but in my perspective as a mule developer building pipelines is too confusing.

**What problems is Github Package Registry solving and how is that benefiting you?**

The best part is we can trac wen and whom committed the code and we can revert back the code if something went wrong.

  ### 19. Github review

**Rating:** 4.5/5.0 stars

**Reviewed by:** Aparna N. | Associate, Small-Business (50 or fewer emp.)

**Reviewed Date:** April 03, 2023

**What do you like best about Github Package Registry?**

It is verey useful to track who is committed the code and maintain the code

And we cam create branches based on our need

**What do you dislike about Github Package Registry?**

As per my knowledge there is know history data if it took more then 2 ro 3 months

**What problems is Github Package Registry solving and how is that benefiting you?**

It resolved the problem of maintaining the code, if we place our code here any one from organisation who have acces that all access it

  ### 20. GitHub Package Registry Review

**Rating:** 5.0/5.0 stars

**Reviewed by:** Jayateertha G. | Security Engineer, Enterprise (> 1000 emp.)

**Reviewed Date:** February 20, 2023

**What do you like best about Github Package Registry?**

Fastest way to upload packages for multiple managers such as maven, npm, gem.

DevOps Ready with GitHub Actions.

Better Insights/Analytics of package downloads.

**What do you dislike about Github Package Registry?**

Only allows scoped npm packages.
Not possible to have self hosted packages.

**What problems is Github Package Registry solving and how is that benefiting you?**

Using 3rd party open source packages, reviewing their code also publishing own packages.

  ### 21. Best package and image management tool ever.

**Rating:** 5.0/5.0 stars

**Reviewed by:** Aman M. | DevOps Engineer, Information Technology and Services, Mid-Market (51-1000 emp.)

**Reviewed Date:** August 14, 2022

**What do you like best about Github Package Registry?**

As an organization, this tool is very beneficial for the developers as they are working on many tech stacks and on each tech stack they are dealing with packages so with the GitHub package registry they don't have to give the source code to other developers they simply just have to package the code and upload it to the GitHub package registry and they can say share the password and give to any person in the world for the usage.

**What do you dislike about Github Package Registry?**

As far as I am using the GitHub package registry I and my organization didn't find any flaws just one thing i noticed while using this is that person who is using it for the first time it's a bit hard for them so need to improve a bit on documentation side.

**What problems is Github Package Registry solving and how is that benefiting you?**

there are many features of the GitHub package registry like we can store a large number size of packages, and versioning, and we are using it with CI/CD flow and other tasks such as committing and working with the repository.

  ### 22. PyCharm works seemlessly with Git

**Rating:** 3.5/5.0 stars

**Reviewed by:** Sumeet S. | Data Engineer, Mid-Market (51-1000 emp.)

**Reviewed Date:** January 19, 2023

**What do you like best about Github Package Registry?**

Works seamlessly and efficiently and is easy to use

**What do you dislike about Github Package Registry?**

Documentation or tutorial on integrating would be helpful

**What problems is Github Package Registry solving and how is that benefiting you?**

Integrating the company codebase to one platform

  ### 23. Github package register is useful product.

**Rating:** 4.0/5.0 stars

**Reviewed by:** Vishakha K. | Senior Software Engineer, Enterprise (> 1000 emp.)

**Reviewed Date:** February 24, 2023

**What do you like best about Github Package Registry?**

Most useful thing about github package register is it stores all project files and revision history.

**What do you dislike about Github Package Registry?**

It has some limitations on data migrations side if we want to migrate data from one github server to another.

**What problems is Github Package Registry solving and how is that benefiting you?**

It is easy to use for commits and also code management.

  ### 24. Single place for code and managing dependencies

**Rating:** 4.0/5.0 stars

**Reviewed by:** Himanshu J. | Software Engineer III , Small-Business (50 or fewer emp.)

**Reviewed Date:** March 27, 2023

**What do you like best about Github Package Registry?**

Single point to manage code and its build dependencies

**What do you dislike about Github Package Registry?**

Coverage could be better for different languages

**What problems is Github Package Registry solving and how is that benefiting you?**

Single place where I can list, retrieve and share dependencies for my personal project/professional project

  ### 25. Best project management tool which is very advantageous for developers.

**Rating:** 4.5/5.0 stars

**Reviewed by:** Shreya T. | Technology Analyst Intern, Mid-Market (51-1000 emp.)

**Reviewed Date:** March 05, 2022

**What do you like best about Github Package Registry?**

This project management application is very beneficial for coders when they have to maintain and deploy or store their projects in one place. Github Package Registry provides both public access and private access to the project, and it is free to use for everyone, which, as a student and professional a considerable advantage.

**What do you dislike about Github Package Registry?**

The Github Package Registry is overall very helpful for a coder. Still, sometimes I feel that for someone using it for the first time, it is difficult to use, and an individual might need to see a tutorial before using it, and apart from that, I didn't face any problem using it.

**Recommendations to others considering Github Package Registry:**

I would definitely recommend Github Package Registry to college students as well as working professionals for better project management.

**What problems is Github Package Registry solving and how is that benefiting you?**

I have faced problems of storing the data in a different file and establishing the connection between which is solved by the Github Package Registry, and this makes that file sharing easier. Also, an individual can host various software projects in one registry.

  ### 26. Code and Package hoster at a unified place.

**Rating:** 5.0/5.0 stars

**Reviewed by:** Verified User in Computer Software | Enterprise (> 1000 emp.)

**Reviewed Date:** May 24, 2022

**What do you like best about Github Package Registry?**

The best part I liked about is building code and hosting packages at one place.Also its addition of meta data for seperate packages including links for repository , commit etc

**What do you dislike about Github Package Registry?**

As of now I donot find any flauses in the software. While sometime I get troubled in commiting .I think just this could br considered apart from that I have enjoyed using github package registry.

**Recommendations to others considering Github Package Registry:**

Should consider for hosting packages and code development and enhancement.

**What problems is Github Package Registry solving and how is that benefiting you?**

As of now I am developing codes and hosting my packages and also publishing the packages and performing other tasks such as commiting and working with repositry.

  ### 27. Easy to Use

**Rating:** 4.0/5.0 stars

**Reviewed by:** Kaushik G. | Product Analyst, Mid-Market (51-1000 emp.)

**Reviewed Date:** December 20, 2021

**What do you like best about Github Package Registry?**

easy branch management, ability to run ci/cd processes after a pull request

**What do you dislike about Github Package Registry?**

not having the ability to link workitems to update

**Recommendations to others considering Github Package Registry:**

not all 3rd party integrations are available on the fly

**What problems is Github Package Registry solving and how is that benefiting you?**

We use github as a vcs tool.

  ### 28. Eases development workflow in multiple ways

**Rating:** 4.5/5.0 stars

**Reviewed by:** Amr E. | Frontend Web Developer, Enterprise (> 1000 emp.)

**Reviewed Date:** January 17, 2022

**What do you like best about Github Package Registry?**

Makes working with teams in parallel much easier and faster, much less copying and pasting, fixing conflicts is superb.

**What do you dislike about Github Package Registry?**

A lot of git commands that are unfamiliar yet really helpful so it has a learning curve.

**What problems is Github Package Registry solving and how is that benefiting you?**

Working in parallel without too much communication and conflicts in files.

  ### 29. A good place for managing and hosting packages and codes in one place without any hassle.

**Rating:** 4.0/5.0 stars

**Reviewed by:** Bendangtemjen P. | Functional Game Tester/Game Design , Internet, Small-Business (50 or fewer emp.)

**Reviewed Date:** July 15, 2020

**What do you like best about Github Package Registry?**

Well, the best thing about GitHub is that it allows us to host multiple software package types in one registry. Setting up webhook events for a package is a plus point and we can also fully customize our publishing and post-publishing workflows.

**What do you dislike about Github Package Registry?**

Registry is limited as of now because of some internal improvement in GitHub. A little confusing for starters to move packages from other package managers and if you have non-scoped packages on NPM then, the shifting can be a problem.

**Recommendations to others considering Github Package Registry:**

Good for organizations and private users to host packages. Go for it if you understand its importance.

**What problems is Github Package Registry solving and how is that benefiting you?**

To host my personal software privately to use in my projects.

  ### 30. An excellent site to store and manage my code¡

**Rating:** 5.0/5.0 stars

**Reviewed by:** Manuel M. | Chief Technology Officer, Enterprise (> 1000 emp.)

**Reviewed Date:** August 28, 2020

**What do you like best about Github Package Registry?**

It is a very friendly system and I use it for the development of applications and code storage under free license. It is generally the best version control system known and I consider a business card for any programmer.
The main characteristics of the platform is that it offers the best features of this type of service without losing simplicity, and it is one of the most used in the world by developers. It is cross-platform, and has a multitude of user interfaces.

**What do you dislike about Github Package Registry?**

I do not find negative aspects to mention, since really what I see is all its potential.

**Recommendations to others considering Github Package Registry:**

Every developer or project manager should use GitHub since it is an environment that provides the necessary to carry our code in an orderly manner and its evolution over time.

So one of the obvious advantages of GitHub, and that it was the almost unique service with which it was born, is to host the code repository that the entire team works on.

When hosting the code, we can decide whether it will be public or its visibility will be limited to certain users, who are the only ones who will have permission to access it and upload changes.

But in addition to serving as a host for the code, GitHub has a great code viewer through which, through the browser, we can instantly consult the content of a certain file, with its corresponding syntax highlighting for the language in which it's written

**What problems is Github Package Registry solving and how is that benefiting you?**

It is very powerful and collaborative for both individual and team work. In the work I do as a professor at the University, I manage to consolidate in a single environment both the versions of the code and the different branches to which we can experience test code or new developments from a base branch.

  ### 31. GitHub  for centralized and secure code

**Rating:** 3.5/5.0 stars

**Reviewed by:** Abhishek Kumar M. | Lead Engineer, Mid-Market (51-1000 emp.)

**Reviewed Date:** September 19, 2020

**What do you like best about Github Package Registry?**

If anyone following open-source strategy to make there workstation open to All with  required resources and spent less time to manage resources than I would like to Recommend Github.
It's gives us automated and secure way to handle application's code and testing code and deployment of applications and deliver product to our customers and user ready to use.
It's opening the door to bunch of user to test there package Registry.its basically hosting services like npmjs.org,hub. Docker. Com which host your package and code at one place for access and test. We can host packages as publicaly or privately and used that as dependencies inside our projects.



There has one update i want to tell as of now Gist has been rollout from Github team.

**What do you dislike about Github Package Registry?**

As of now i have not find any complexity with Github. But i think there will be some security breach if Github offers some of private repository as open source. So it may cause for some users.
Some time there have pricing outraged for those comapnay who have their dedicated it team with servers and they want to use Git repository.

**Recommendations to others considering Github Package Registry:**

I would like to Recommend Github to other beceasue of securable code and trusted source, easy published and source to be on cloud and other can access those code from home as well without any security breach.

**What problems is Github Package Registry solving and how is that benefiting you?**

We can formatise our issue tracker and users comment with the help of Markdown.
We would not be run out of content when we use Github.its got content helping us to learn about generating SSH key.
We can converts one or several files into a working Git repository with help of Gist and we can host simple static website by assigning HTML pages onto another Git repository and use and test that.
If our resource are at different locations than through online Git repository would not be set new environment for new resources. So we can say its collaberative nature as well another benifit.
there is online repository which should not consider as infallible because on Git all code changes history will be avaliable and always have multisolution backup too.

  ### 32. Software package to hosting service.

**Rating:** 5.0/5.0 stars

**Reviewed by:** Krishan K. | Mid-Market (51-1000 emp.)

**Reviewed Date:** September 19, 2020

**What do you like best about Github Package Registry?**

Using this package you can host your own written code as a service in some other projects like you used the npm package which gives already solved solutions in the form of npm packages in NODE.JS.

**What do you dislike about Github Package Registry?**

You have to go through the documentation of the GitHub package registry to understand how to write and publish your package.

**Recommendations to others considering Github Package Registry:**

If you have ever used any tool to publish your solution to any general problem. You should try this tool too.

**What problems is Github Package Registry solving and how is that benefiting you?**

I am a node.js developer. I generally used the npm package after go through the GitHub package registry I can say that it is very convenient to write a solution of any general problem and publish it privately and publicly become very easy.

  ### 33. Package Registry Review

**Rating:** 5.0/5.0 stars

**Reviewed by:** Verified User in Computer Software | Mid-Market (51-1000 emp.)

**Reviewed Date:** August 01, 2020

**What do you like best about Github Package Registry?**

It is very useful as it allows both package and code at one place. It is very convenient as we as per our need can keep it private or can make it public.

**What do you dislike about Github Package Registry?**

There is no such thing as dislike but yes expecting a lot more new features in the near future.

**Recommendations to others considering Github Package Registry:**

You will always be happy to use this application as It is very useful and  it also allows both package and code at one place. It is very convenient as we as per our need can keep it private or can make it public.

**What problems is Github Package Registry solving and how is that benefiting you?**

Due to big projects it is very hard to share and keep everything at one place but then this application provide us the features which is easy for the team to edit share and review code as well as packages.

  ### 34. Github Package

**Rating:** 4.5/5.0 stars

**Reviewed by:** Joseph D. | Business Owner, Small-Business (50 or fewer emp.)

**Reviewed Date:** September 11, 2020

**What do you like best about Github Package Registry?**

Very easy to follow and with help from others in the community you can gain extra hand if ever have an issue

**What do you dislike about Github Package Registry?**

I have no dislikes so far it is very easy to use

**Recommendations to others considering Github Package Registry:**

I tell everyone to taking a look at all that Github can do and what they can learn even if they are a beginner

**What problems is Github Package Registry solving and how is that benefiting you?**

So I use Github to run tor and few other great apps and extensions it also informs me of whats new so I come back often to see what more new things I can do with Github

  ### 35. Excellent place to source, share, and store code packages

**Rating:** 5.0/5.0 stars

**Reviewed by:** Verified User in Information Technology and Services | Small-Business (50 or fewer emp.)

**Reviewed Date:** June 27, 2020

**What do you like best about Github Package Registry?**

Gives maintainers a way to share their work with the world easily via GitHub, which accelerates your team's software development life cycle. Allows for private registries , as well as secure single logins for your team's code and packages, including unified permissions management and an end-to-end chain of custody from commit to release to package.

It is fully integrated with GitHub, allows anyone to publish public and private registries, and allows for various registry protocols and package managers such as NPM, RubyGems, NuGet and others.

Really easy to access and use from any device

**What do you dislike about Github Package Registry?**

There is a learning curve for new users, and may take a few months to learn the commands, and understand how to fully take advantage of the platform.

**Recommendations to others considering Github Package Registry:**

Learn to use it! It will make your coding life and career much easier

**What problems is Github Package Registry solving and how is that benefiting you?**

I have access to a collaborative source of open-source code that is being shared world-wide. I can access pre-built packages which may be relevant to my projects, as well as share my packages and code with others. For example, if I would like to build a Black Jack app, I can search for and find a pre-built package for the dealer logic, and I would only have to build the front end part of the application.

  ### 36. Integrate your software on Github

**Rating:** 5.0/5.0 stars

**Reviewed by:** Raunak S. | Microsoft Learn Ambassador, Mid-Market (51-1000 emp.)

**Reviewed Date:** July 21, 2020

**What do you like best about Github Package Registry?**

Packages gives  an automated and secure path to continuous integration and deployment, testing, and delivering products to github customers and users.

**What do you dislike about Github Package Registry?**

sometimes hard to find bugs. overall experience is good.

**Recommendations to others considering Github Package Registry:**

i do recommend

**What problems is Github Package Registry solving and how is that benefiting you?**

application which require continuous delivery and highly scalable automatic data. very realiable sofar.
my work includes ml and computer vision

  ### 37. Github Package Registry create and build  your code then  store it in one place

**Rating:** 5.0/5.0 stars

**Reviewed by:** Kiril C. | Small-Business (50 or fewer emp.)

**Reviewed Date:** June 29, 2020

**What do you like best about Github Package Registry?**

You can start your code project in a seconds.
You can build your Docker images and store it on Github Package Registry
GitHub has very good documentation library.
You can easily start and learn some cools features what you can do on GitHub platform,

**What do you dislike about Github Package Registry?**

does not have his own native cicd pipelines.
You need to do it outside

**Recommendations to others considering Github Package Registry:**

Github Package Registry is where people build  and store software.
Is a good place to start your development.

**What problems is Github Package Registry solving and how is that benefiting you?**

build my code and store it  on Github Package Registry platform.
share it make it public. Contributing to the world.

  ### 38. GitHub safe storage

**Rating:** 5.0/5.0 stars

**Reviewed by:** Verified User in Information Technology and Services | Small-Business (50 or fewer emp.)

**Reviewed Date:** August 31, 2020

**What do you like best about Github Package Registry?**

Ease of access; shareable; secure. codes "safe"

**What do you dislike about Github Package Registry?**

Sometimes the site seems to be slow/unresponsive.

**Recommendations to others considering Github Package Registry:**

Keep your development/code projects safe - use GitHub!

**What problems is Github Package Registry solving and how is that benefiting you?**

source "safe"; shared repository

  ### 39. Centralized package manager for managing dependencies

**Rating:** 5.0/5.0 stars

**Reviewed by:** Verified User in Wholesale | Enterprise (> 1000 emp.)

**Reviewed Date:** November 25, 2019

**What do you like best about Github Package Registry?**

Centralized package manager that makes it much easier to find open source and private packages. Being closely integrated with GitHub means that it integrates with tools that we are already using.

**What do you dislike about Github Package Registry?**

As with any development tool there is a learning curve to getting up to speed.

**What problems is Github Package Registry solving and how is that benefiting you?**

Identifying and sourcing open source and private package to solve programming challenges and managing dependencies through centralized version control.

  ### 40. GitHub Package registry.

**Rating:** 4.5/5.0 stars

**Reviewed by:** Verified User in Computer Software | Small-Business (50 or fewer emp.)

**Reviewed Date:** August 18, 2019

**What do you like best about Github Package Registry?**

Github package registry is the best repository to keep all your files and solutions at one place.

**What do you dislike about Github Package Registry?**

GitHub is perfect. Nothing to dislike. It's perfect.

**Recommendations to others considering Github Package Registry:**

No recommendations.

**What problems is Github Package Registry solving and how is that benefiting you?**

Getting all the solutions whenever I'm stuck.


## Github Package Registry Discussions
  - [What is Github Package Registry used for?](https://www.g2.com/discussions/what-is-github-package-registry-used-for) - 1 comment

- [View Github Package Registry pricing details and edition comparison](https://www.g2.com/products/github-package-registry/reviews?locale=pt&section=pricing&secure%5Bexpires_at%5D=2026-05-30+05%3A01%3A25+-0500&secure%5Bsession_id%5D=20b564c0-215d-48b3-bd69-256c78b3f2a1&secure%5Btoken%5D=f343dac772d5a7885b0abc4e07ab9867ddc2486e7306750a26d373c8da6d02ea&format=llm_user)
## Github Package Registry Integrations
  - [GitHub](https://www.g2.com/products/github/reviews)

## Github Package Registry Features
**Functionality**
- Package Management
- Integration
- Code Analysis
- Vulnerability Checks

**Management**
- Package Access Control
- Package Tracking
- Automation
- Rollback

## Top Github Package Registry Alternatives
  - [Sonatype Nexus Repository](https://www.g2.com/products/sonatype-nexus-repository/reviews) - 4.5/5.0 (21 reviews)
  - [Azure Artifacts](https://www.g2.com/products/azure-artifacts/reviews) - 4.4/5.0 (14 reviews)
  - [npm](https://www.g2.com/products/npm/reviews) - 4.6/5.0 (81 reviews)

