PRIVATE APT REPOSITORY AS A SERVICE

Your Packages. Your Control.

Host private Debian and Ubuntu packages with enterprise-grade security. Simple setup, automatic signing, and seamless integration with your CI/CD pipeline. Like apt-get, but yours.

1GB Free Storage
GPG Auto-Signing
Global CDN Delivery
terminal
$ curl -fsSL https://your-org.ne-apt.com/key.gpg | sudo gpg --dearmor -o /etc/apt/keyrings/your-org.gpg
$ echo "deb [signed-by=/etc/apt/keyrings/your-org.gpg] https://your-org.ne-apt.com stable main" | sudo tee /etc/apt/sources.list.d/your-org.list
$ sudo apt update
Hit:1 https://your-org.ne-apt.com stable InRelease
$ sudo apt install your-internal-tool
βœ“ your-internal-tool (2.4.1) installed successfully
πŸ“¦ Package Published
πŸ” GPG Signed

Stop Fighting Package Distribution

Distributing internal software shouldn't be this hard.

😀

The Old Way

  • ❌ Manual package hosting on random servers
  • ❌ GPG key management nightmare
  • ❌ No access control or audit logs
  • ❌ Curl piped to bash scripts
  • ❌ "Just download from S3" hacks
✨

The NE-Apt Way

  • βœ“ Managed APT repository in minutes
  • βœ“ Automatic GPG signing
  • βœ“ Token-based access control
  • βœ“ Standard apt-get workflow
  • βœ“ CI/CD integration ready

Three Steps to Package Distribution

01
πŸ“¦

Upload Your Package

Push your .deb files via web UI, CLI, or CI/CD integration. We handle the repository metadata automatically.

ne-apt push myapp_1.0.0_amd64.deb
02
πŸ”

Automatic Signing

Every package is GPG signed automatically. We manage the keys, you get the security.

Signed with your-org.ne-apt.com key
03
πŸš€

Install Anywhere

Standard apt-get on any Debian/Ubuntu system. Your users just run apt install.

apt install myapp

Everything You Need

πŸ”‘

Automatic GPG Signing

Every package signed automatically. Repository metadata always valid. No key management headaches.

πŸ”’

Access Control

Token-based authentication. Public or private repos. Fine-grained permissions.

πŸ”„

CI/CD Integration

GitHub Actions, GitLab CI, Jenkinsβ€”push packages from any pipeline.

πŸ“Š

Download Analytics

Track which packages are installed, where, and how often. Understand your deployment.

🏷️

Version Management

Multiple versions, multiple distributions. apt handles upgrades automatically.

Built For

🏒

Internal Tools

Distribute CLI tools, agents, and utilities to your team. Standard apt install, no manual downloads.

πŸ–₯️

Server Configuration

Push configuration packages to your fleet. Consistent setup across all machines.

πŸ”§

DevOps Tooling

Custom monitoring agents, deployment scripts, security toolsβ€”packaged and versioned.

πŸ’Ό

Enterprise Software

Distribute proprietary software to customers with controlled access and licensing.

Works With Your Pipeline

Publish packages directly from your CI/CD pipeline. We provide native integrations and a simple REST API.

πŸ™

GitHub Actions

Official action for automated publishing on release.

🦊

GitLab CI

CI template for seamless integration.

πŸ”§

Jenkins

Plugin for pipeline-based publishing.

πŸ“‘

REST API

Simple API for custom integrations.

.github/workflows/release.yml
name: Release Package

on:
  release:
    types: [published]

jobs:
  publish:
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@v4
      
      - name: Build .deb package
        run: make deb
      
      - name: Publish to NE-Apt
        uses: nerdexecutive/ne-apt-action@v1
        with:
          token: ${{ secrets.NE_APT_TOKEN }}
          file: dist/*.deb

Enterprise-Grade Security

πŸ”

GPG Signed

Every package cryptographically signed. apt verifies signatures automatically.

πŸ”’

TLS Everywhere

All traffic encrypted. HTTPS by default on all endpoints.

🎫

Token Auth

Scoped access tokens. Revoke anytime. Full audit trail.

πŸ“‹

Audit Logs

Track every upload, download, and configuration change.

Simple Pricing

Free

Β£0/month

For individuals and small projects

  • 1 repository
  • 1GB storage
  • 10GB bandwidth/month
  • GPG signing included
Get Started

Enterprise

Custom

For large organisations

  • Unlimited repositories
  • Unlimited storage
  • Dedicated CDN
  • SSO integration
  • SLA guarantee
Contact Sales

Ready to Simplify Package Distribution?

Create your first repository in under 5 minutes. Free forever for small projects.