Join us on our journey to make history. Be the first to know about the PantherX OS 1.0 release in 2023 and get exclusive early-adopter discounts on powerful, dedicated PantherX OS hardware, that's smaller than your wallet.
PantherX makes it easy to stay connected and exchange information. The default network manager is
On LXQt, widgets visualize how you’re connected to the network, and whether additional privacy features, including OpenVPN,
For everyone that need’s a little more control, it’s easy to disable NetworkManager and configure static networking, with or without local DNS dnsmasq cache. All this is done via the system configuration - no need to edit any configuration files, or learn about additional tools.
Read more about network configuration via system config: Guix Manual
# DNS Cache
(service dnsmasq-service-type
(dnsmasq-configuration
(no-resolv? #t)
(servers '("8.8.8.8" "8.8.4.4"))))
# Static IP
(static-networking-service "eth0" ".10.10.10.112"
#:netmask "255.255.240.0"
#:gateway "10.10.10.1"
#:name-servers '("127.0.0.1"))
Join us on our journey to make history. Be the first to know about the PantherX OS 1.0 release in 2023 and get exclusive early-adopter discounts on powerful, dedicated PantherX OS hardware, that's smaller than your wallet.
PantherX OS is a reliable, user-friendly operating system that builds on GNU Guix but incorporates non-free software and drivers including nonguix to make it easy to install and use on a wide range of hardware.