CapOS GitHub ↗
GET CAPOS

Download and boot your CapOS node

Use official builds for a fast start, or compile your own firmware for architecture-specific optimization and advanced customization.

Deployment targets

ARM devices

Great for low-power NAS nodes, network appliances, and always-on home edge services.

x86 mini PCs

Perfect for file servers, media platforms, and automation workloads with stronger compute needs.

Virtual machines

Best for evaluation, CI testing, and staging before deployment to physical hardware.

Default access points

Web PanelHTTP 2000/tcp · HTTPS 2020/tcp
SSH22/tcp (after root password is set)
Telnet23/tcp (initial bootstrap stage)
Network defaultsDHCP + DHCPv6

First-run checklist

# Secure credentials
passwd

# Verify system services
service status

# Inspect package availability
opkg update
opkg list | head -n 20