-
Day 1: Daemon + Docker manager. Go binary. Docker SDK. Env Loading. Rest API. Pull Git a git URL, and run docker container, Dockerfile creation. AI manager and AI that can create dockerfile.
-
Day 2: Tray icon + AtomicServer running as managed container. Status visible. Settings page. Task creation as a semantic thing.
-
Day 3: Wizard/meta tool overlay. Rofi Glass UI, hotkey trigger. AI call for semantic generation. End to end flow working. Create a fork and push changes to its fork for syncing. Apply changes by semantic change using AI or open code editor, to the source code, and reload the docker.
Requirements:
- SDS Framework, depends on C library to compile UUIDs.
sudo apt install build-essential - ZeroMQ library, to build and run the daemon. Check using
pkg-config --modversion libzmqon ubuntu. To download on your OS visit ZeroMq.org/Download. Additionally, for your OS, the Go wrapper might needs few configurations, for that visit pebbe/zmq4 - Go:
sudo snap install go --classicto install on Ubuntu. - Make:
sudo apt install maketo install Make to build app
- Run the deamon without building:
make run - Build the file:
make build - Install as a daemon:
make install, it will also run the maydan and will enable on OS boot.