# Getting my Julia package into the Julia General Registry

**URL:** https://discourse.julialang.org/t/getting-my-julia-package-into-the-julia-general-registry/129908
**Category:** General Usage
**Created:** [June 16, 2025, 6:57am UTC](https://discourse.julialang.org/t/getting-my-julia-package-into-the-julia-general-registry/129908 "2025-06-16T06:57:35Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![pvkabaila](https://avatars.discourse-cdn.com/v4/letter/p/58956e/32.png) [@pvkabaila](https://discourse.julialang.org/u/pvkabaila)
#### Post date: [June 16, 2025, 6:57am UTC](https://discourse.julialang.org/t/getting-my-julia-package-into-the-julia-general-registry/129908/1 "2025-06-16T06:57:35Z")

</div>

My Julia package CustomGaussQuadrature.jl is in a repository on my GitHub account.

Using the description “How to develop a Julia package”, by Chris Rackauskas, I created a new Issue for this repository and entered the comment  
@JuliaRegistrator register()

I did this 4 days ago and I haven’t yet received a response.

My CustomGaussQuadrature.jl repository is set to **Private**.

Is this stopping the automatic creation of a new pull request to the Julia General Registry?

---

<div class="post-metadata">

### Author: ![odow](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/odow/32/28685_2.png) [@odow](https://discourse.julialang.org/u/odow)
#### Post date: [June 16, 2025, 6:59am UTC](https://discourse.julialang.org/t/getting-my-julia-package-into-the-julia-general-registry/129908/2 "2025-06-16T06:59:58Z")

</div>

Hi @pvkabaila, welcome to the forum 😄

> Is this stopping the automatic creation of a new pull request to the Julia General Registry?

Yes. Your package must be public.

---

<div class="post-metadata">

### Author: ![pvkabaila](https://avatars.discourse-cdn.com/v4/letter/p/58956e/32.png) [@pvkabaila](https://discourse.julialang.org/u/pvkabaila)
#### Post date: [June 16, 2025, 7:11am UTC](https://discourse.julialang.org/t/getting-my-julia-package-into-the-julia-general-registry/129908/3 "2025-06-16T07:11:40Z")

</div>

Many thanks for the information.  
I will make my package Public.

---

<div class="post-metadata">

### Author: ![GunnarFarneback](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/gunnarfarneback/32/1827_2.png) [@GunnarFarneback](https://discourse.julialang.org/u/GunnarFarneback)
#### Post date: [June 16, 2025, 7:11am UTC](https://discourse.julialang.org/t/getting-my-julia-package-into-the-julia-general-registry/129908/4 "2025-06-16T07:11:51Z")

</div>

To expand on the first answer, the very purpose of the General registry is to make packages publicly available to all Julia users, which implies that the repository needs to be public.

If you want to only share your packages in a closed group, you can create a private repository and register it there. The [LocalRegistry](https://github.com/GunnarFarneback/LocalRegistry.jl) package provides tools for this.

---

<div class="post-metadata">

### Author: ![pvkabaila](https://avatars.discourse-cdn.com/v4/letter/p/58956e/32.png) [@pvkabaila](https://discourse.julialang.org/u/pvkabaila)
#### Post date: [June 16, 2025, 7:31am UTC](https://discourse.julialang.org/t/getting-my-julia-package-into-the-julia-general-registry/129908/5 "2025-06-16T07:31:49Z")

</div>

Thanks for this information.  
I will simply make my package Public.
