📦 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
- tuliocp - Main control panel package (1.8MB) - 🚀 Available Now
- tulio-nginx - Custom Nginx web server - 🚧 Coming Soon
- tulio-php - Custom PHP-FPM server - 🚧 Coming Soon
- tulio-web-terminal - Web-based terminal - 🚧 Coming Soon
🏗️ Build System Status
- Automated Builds: ✅ Active on every commit
- Repository Deployment: ✅ GitHub Pages with custom domain
- Package Signing: 🚧 GPG signing planned
- Multi-Architecture: 🚧 ARM64 support coming soon
🏗️ Supported Architectures
- amd64 (x86_64) - Available now
- arm64 (aarch64) - Coming soon
🌍 Supported Distributions
- Debian: 10, 11, 12
- Ubuntu: 20.04, 22.04, 24.04 LTS
📚 System Requirements
- Minimum 1GB RAM (2GB+ recommended)
- 10GB+ available disk space
- Internet connection for installation
- Root or sudo access