Web-based platform for configuring, provisioning, updating, and monitoring (IoT-)devices and systems, powered by NixOS
See the codeQuickly provision, configure, and manage devices using NixOS.
Thymis is an open-source platform designed for managing and configuring IoT devices. Built on the robust NixOS operating system, Thymis ensures consistency, reliability, and ease of management across diverse IoT landscapes. Whether you're managing a few devices or a large-scale deployment, Thymis provides the tools needed to streamline your operations.
The documentation is available at thymis.io/docs.
![]() |
|---|
| Screenshot of the Control Panel |
| Video of a Kiosk Deployment to 3 Devices changing the URL to https://thymis.io/ |
Key features of Thymis include:
The project uses SvelteKit for the frontend and FastAPI for a device controller. The frontend communicates with the controller using a REST API. The controller is responsible for managing device and module data.
Requirements
Ensure you have the following dependencies installed on your system:
git clone https://github.com/Thymis-io/thymis
cd thymis
nix develop
cd frontend
npm install
cd ../controller
uv sync
thymisUse the following command to run thymis:
cd controller
uv run uvicorn thymis_controller.main:app --reload
The controller takes care of running the frontend for you. You can access thymis at http://localhost:8000.
Release 0.1.0
Release 0.2.0
Release 0.3.0
Release 0.4.0
Release 0.5.0
Release 0.6.0
Release 0.7.0
Release 0.8.0
Release 0.9.0
Release 0.10.0
This project is protected under the GNU Affero General Public License v3.0 License. For more details, refer to the LICENSE file.
We love using these technologies and tools:
Python
51.3%
Svelte
29.1%
TypeScript
13.0%
Nix
4.2%
CSS
1.5%
Web-based platform for configuring, provisioning, updating, and monitoring (IoT-)devices and systems, powered by NixOS
See the codeQuickly provision, configure, and manage devices using NixOS.
Thymis is an open-source platform designed for managing and configuring IoT devices. Built on the robust NixOS operating system, Thymis ensures consistency, reliability, and ease of management across diverse IoT landscapes. Whether you're managing a few devices or a large-scale deployment, Thymis provides the tools needed to streamline your operations.
The documentation is available at thymis.io/docs.
![]() |
|---|
| Screenshot of the Control Panel |
| Video of a Kiosk Deployment to 3 Devices changing the URL to https://thymis.io/ |
Key features of Thymis include:
The project uses SvelteKit for the frontend and FastAPI for a device controller. The frontend communicates with the controller using a REST API. The controller is responsible for managing device and module data.
Requirements
Ensure you have the following dependencies installed on your system:
git clone https://github.com/Thymis-io/thymis
cd thymis
nix develop
cd frontend
npm install
cd ../controller
uv sync
thymisUse the following command to run thymis:
cd controller
uv run uvicorn thymis_controller.main:app --reload
The controller takes care of running the frontend for you. You can access thymis at http://localhost:8000.
Release 0.1.0
Release 0.2.0
Release 0.3.0
Release 0.4.0
Release 0.5.0
Release 0.6.0
Release 0.7.0
Release 0.8.0
Release 0.9.0
Release 0.10.0
This project is protected under the GNU Affero General Public License v3.0 License. For more details, refer to the LICENSE file.
We love using these technologies and tools:
Python
51.3%
Svelte
29.1%
TypeScript
13.0%
Nix
4.2%
CSS
1.5%