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.
Distributing internal software shouldn't be this hard.
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
Every package is GPG signed automatically. We manage the keys, you get the security.
Signed with your-org.ne-apt.com key
Standard apt-get on any Debian/Ubuntu system. Your users just run apt install.
apt install myapp
Every package signed automatically. Repository metadata always valid. No key management headaches.
Packages delivered from edge locations worldwide. Fast installs for distributed teams.
Token-based authentication. Public or private repos. Fine-grained permissions.
GitHub Actions, GitLab CI, Jenkinsβpush packages from any pipeline.
Track which packages are installed, where, and how often. Understand your deployment.
Multiple versions, multiple distributions. apt handles upgrades automatically.
Distribute CLI tools, agents, and utilities to your team. Standard apt install, no manual downloads.
Push configuration packages to your fleet. Consistent setup across all machines.
Custom monitoring agents, deployment scripts, security toolsβpackaged and versioned.
Distribute proprietary software to customers with controlled access and licensing.
Publish packages directly from your CI/CD pipeline. We provide native integrations and a simple REST API.
Official action for automated publishing on release.
CI template for seamless integration.
Plugin for pipeline-based publishing.
Simple API for custom integrations.
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
Every package cryptographically signed. apt verifies signatures automatically.
All traffic encrypted. HTTPS by default on all endpoints.
Scoped access tokens. Revoke anytime. Full audit trail.
Track every upload, download, and configuration change.
For individuals and small projects
For teams and growing projects
For large organisations
Create your first repository in under 5 minutes. Free forever for small projects.