TulioCP APT Repository

Official package repository for TulioCP Control Panel

📦 Quick Installation

Install TulioCP with a single command (recommended):

curl -sSL https://apt.tuliocp.com/setup.sh | sudo bash

Alternative installation method:

wget https://raw.githubusercontent.com/Contaura/tuliocp/main/install/hst-install.sh
sudo bash hst-install.sh

🔧 Manual Repository Setup

For advanced users who prefer manual configuration:

# Add TulioCP repository
echo "deb https://apt.tuliocp.com stable main" | sudo tee /etc/apt/sources.list.d/tuliocp.list

# Update package lists
sudo apt-get update

# Install TulioCP (allow unsigned until GPG signing implemented)
sudo apt-get install --allow-unauthenticated tuliocp
Current Release: TulioCP 1.10.0~alpha is now available with improved security, modern web interface, enhanced performance, and comprehensive development environment.

💻 Development Environment

Set up a local development environment for TulioCP:

# Clone and setup development environment
git clone https://github.com/contaura/tuliocp.git
cd tuliocp
./dev-installer.sh

Development Features:

  • Frontend build system with esbuild + Lightning CSS
  • Code quality tools (Prettier, Biome, Stylelint)
  • Documentation development server
  • Git hooks for automated quality checks

📋 Available Packages

🏗️ Build System Status

🏗️ Supported Architectures

🌍 Supported Distributions

📚 System Requirements