CapOS GitHub ↗
DOCUMENTATION

Build, deploy, and customize CapOS

CapOS supports both quick deployment and full source-based workflows. Use this page as an entry point to system setup, firmware builds, and app development resources.

Build from source

Recommended host systems

GNU/Linux, BSD, or macOS with a case-sensitive filesystem. Use a non-root user for all build steps.

Core toolchain requirements

Use standard build tools including gcc, make, python3, rsync, subversion, and related utilities.

build workflow
bash ./scripts/auto_install_dependencies.sh
make menuconfig
make -j$(nproc)

Platform capabilities

WebDesktop Operations

Operate core server workflows through a browser-based desktop interface that lowers the entry barrier.

CLI Automation

Use shell scripts and standard Linux commands for reproducible operations and advanced administration.

App Extensibility

Expand your system with packages and custom application stacks to match home and professional scenarios.