> For the complete documentation index, see [llms.txt](https://docs.intunepckgr.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.intunepckgr.com/getting-started/creating-deployments/repositories/private-repository.md).

# Private Repository

<figure><img src="/files/XdXF5MtZST0XmwzmdPbG" alt="" width="375"><figcaption></figcaption></figure>

### Private Repository

#### What is the Private Repository?

Pckgr’s Private Repository is a premium feature designed to offer a controlled, secure, and reliable method of deploying applications through Microsoft Intune. Unlike the public Winget Repository, all applications are hosted directly on Pckgr’s secure infrastructure, ensuring consistency and eliminating vendor-related disruptions.

***

#### How It Works

**Secure Application Handling**\
Pckgr leverages the Microsoft Winget Repository to source and validate application updates. Pckgrbot is a very active member of the public Winget repository maintenance processes. This ensures every application meets trusted standards for version accuracy and vendor integrity.

Once validated, Pckgr securely packages and hosts the applications within its own infrastructure. This shift ensures that deployments are no longer dependent on vendor-hosted URLs, which may change or become unavailable and cause downtime for deployed applications.

**Hosted Internally, Delivered Reliably**\
All applications are stored and delivered from Pckgr’s private cloud, enabling seamless deployment through Intune without the risk of application downtime due to vendor changes.

***

#### Application Coverage and Growth

Pckgr’s Private Repository now includes over **1100 applications**, with more added daily based on customer requests.

Don’t see your app listed? [Request it here](https://docs.intunepckgr.com/about-pckgr/applications-available/request-application) and we’ll take care of the packaging and hosting for you.

Our secure Private Repository offers the breadth of a Winget-based catalog, with added reliability and stability.

***

#### What are the benefits of hosting applications in a Private Repository?

* **No External Dependencies**\
  Applications are hosted by Pckgr, meaning vendor URL changes will not affect deployments.\
  No dependency applications.
* **Increased Stability**\
  Unlike Winget, which pulls from third-party sources, Private Repository applications are stored internally, preventing deployment failures due to missing or broken URLs.
* **Optimized for Microsoft Intune**\
  Supports Microsoft Delivery Optimization, reducing bandwidth usage in large deployments.
* **Diverse Application Library**\
  Continuously expanding to include both widely used business tools and niche applications.
* **Enterprise-Ready**\
  Tailored for businesses requiring stable deployments across multiple tenants, including support for apps not available in the public Winget repository.

***

By using the Pckgr Private Repository, organizations benefit from the security and validation standards of Winget, combined with the reliability and control of Pckgr’s own infrastructure, ensuring your apps are always secure, current, and deployable.

{% hint style="danger" %}
If you joined Pckgr prior to May 2025, you can upgrade your applications from the Winget version to the Private Repository version, following the instructions in our [Upgrade Applications ](/getting-started/creating-deployments/repositories/private-repository/upgrading-a-winget-application-to-the-private-repository.md)page.
{% endhint %}

{% hint style="success" %}
Click 'Next' below to learn how to upgrade your applications from Winget to Privately hosted.
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.intunepckgr.com/getting-started/creating-deployments/repositories/private-repository.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
