{"id":44762231,"url":"https://github.com/arakiss/hecate-os","last_synced_at":"2026-02-16T03:06:24.825Z","repository":{"id":334106192,"uuid":"1140079578","full_name":"Arakiss/hecate-os","owner":"Arakiss","description":"Linux distro with automatic hardware detection and per-system optimization. Ubuntu 24.04 base. Alpha.","archived":false,"fork":false,"pushed_at":"2026-02-04T12:32:09.000Z","size":631,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-02-05T00:06:59.931Z","etag":null,"topics":["ai","cuda","docker","gpu","hardware-optimization","kernel-tuning","linux","linux-distribution","machine-learning","nvidia","operating-system","performance","sysctl","ubuntu","workstation","zram"],"latest_commit_sha":null,"homepage":null,"language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Arakiss.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":"docs/ROADMAP.md","authors":"AUTHORS.md","dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-01-22T19:56:29.000Z","updated_at":"2026-02-04T12:32:14.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/Arakiss/hecate-os","commit_stats":null,"previous_names":["arakiss/hecate-os"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Arakiss/hecate-os","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Arakiss%2Fhecate-os","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Arakiss%2Fhecate-os/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Arakiss%2Fhecate-os/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Arakiss%2Fhecate-os/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Arakiss","download_url":"https://codeload.github.com/Arakiss/hecate-os/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Arakiss%2Fhecate-os/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29499607,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-16T02:07:14.481Z","status":"online","status_checked_at":"2026-02-16T02:03:22.852Z","response_time":115,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ai","cuda","docker","gpu","hardware-optimization","kernel-tuning","linux","linux-distribution","machine-learning","nvidia","operating-system","performance","sysctl","ubuntu","workstation","zram"],"created_at":"2026-02-16T03:06:23.326Z","updated_at":"2026-02-16T03:06:24.820Z","avatar_url":"https://github.com/Arakiss.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# HecateOS\n\n## The Performance-Optimized Linux Distribution\n\nHecateOS is a **Linux distribution based on Ubuntu 24.04 LTS** that automatically optimizes your system for maximum performance. Built specifically for gaming, machine learning, and high-performance computing workloads.\n\n\u003e ⚠️ **ALPHA** - Early development release. Expect rapid changes and improvements.\n\n## Why HecateOS?\n\n**Your hardware deserves better.** HecateOS automatically detects and optimizes for your specific hardware configuration - no manual tweaking required. Get the stability of Ubuntu with performance that rivals custom-tuned systems.\n\n### 🚀 Key Features\n\n- **Automatic Performance Tuning** - Detects your hardware and applies optimal settings on first boot\n- **Gaming Ready** - Pre-configured GPU drivers, kernel optimizations, and low-latency settings\n- **ML/AI Optimized** - Automatic PyTorch/TensorFlow tuning, CUDA configuration, and batch size optimization\n- **Real-time Monitoring** - Beautiful web dashboard showing system performance and thermals\n- **Lightweight** - System services use \u003c 50MB RAM thanks to Rust-based components\n- **Ubuntu Compatible** - Full compatibility with Ubuntu packages and software\n\n## Quick Start\n\n### Download ISO\n\n```bash\n# Coming soon - Pre-built ISOs will be available\n# For now, build from source (see below)\n```\n\n### Build from Source\n\n```bash\n# Prerequisites\nsudo apt-get update\nsudo apt-get install -y p7zip-full git build-essential curl\ncurl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh\n\n# Build HecateOS\ngit clone https://github.com/Arakiss/hecate-os.git\ncd hecate-os/rust\ncargo build --release --workspace\n./target/release/hecate-dev iso create --download 24.04 --output hecateos.iso\n```\n\n### Installation\n\n1. **Write to USB**: `sudo dd if=hecateos.iso of=/dev/sdX bs=4M status=progress`\n2. **Boot from USB** and follow the installer\n3. **Enjoy** your automatically optimized system\n\n## What's Different?\n\n### 🎮 Gaming Performance\n- **GPU Auto-Configuration** - NVIDIA and AMD drivers pre-configured and optimized\n- **Low Latency Kernel** - Custom kernel parameters for minimal input lag\n- **Game Mode** - Automatic CPU governor and priority adjustments when gaming\n\n### 🤖 Machine Learning\n- **CUDA/ROCm Ready** - Automatic detection and configuration\n- **Framework Optimization** - PyTorch and TensorFlow auto-tuned for your hardware\n- **Distributed Training** - Built-in support for multi-GPU setups\n\n### 💻 System Performance\n- **Smart CPU Scheduling** - Automatic thread pinning and NUMA optimization\n- **Memory Management** - Transparent huge pages and swappiness tuning\n- **I/O Optimization** - NVMe and SSD-specific scheduler settings\n\n### 📊 Monitoring \u0026 Control\n- **Web Dashboard** - Real-time system metrics at `http://localhost:9313`\n- **Hardware Sensors** - Temperature, fan speed, and power monitoring\n- **Performance Profiles** - Switch between power-saving and performance modes\n\n## System Requirements\n\n- **CPU**: x86_64 processor (Intel/AMD)\n- **RAM**: 4GB minimum, 8GB+ recommended\n- **Storage**: 25GB for base installation\n- **GPU**: Optional but recommended (NVIDIA/AMD/Intel)\n\n## Community\n\n- **GitHub**: [github.com/Arakiss/hecate-os](https://github.com/Arakiss/hecate-os)\n- **Issues**: [Report bugs or request features](https://github.com/Arakiss/hecate-os/issues)\n- **Discussions**: [Join the conversation](https://github.com/Arakiss/hecate-os/discussions)\n\n## Development\n\nHecateOS is built with modern Rust for performance and reliability. Want to contribute?\n\n- [Contributing Guide](docs/CONTRIBUTING.md)\n- [Architecture Overview](docs/ARCHITECTURE.md)\n- [Building from Source](docs/BUILDING.md)\n\n## License\n\nMIT License - See [LICENSE](LICENSE) for details.\n\n---\n\n**Based on Ubuntu 24.04 LTS** - HecateOS builds upon the solid foundation of Ubuntu, adding performance optimizations and modern tooling while maintaining full compatibility with the Ubuntu ecosystem.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farakiss%2Fhecate-os","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Farakiss%2Fhecate-os","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farakiss%2Fhecate-os/lists"}