DevLog 250713 – Ubuntu Rebuild & MCP Toolchain Checkpoint

> Log Date: 2025-07-13

After a deep partition cleanup, I’ve rebuilt my environment from scratch with a fresh Ubuntu 22 install, new disk structure, and clean installs of all core tools under the Aryncore MCP project.

The last few weeks were spent reclaiming a new hard drive after partition corruption. I reformatted, reinstalled Ubuntu 22.04, and built back up my full toolchain from zero. All core agents are now checkpointed by a single script: 250705start.sh located in scripts/ of the aryncore-mcp repo. This devlog marks the first successful checkpoint since the rebuild. In the process of cleaning out my hard drive, I also lost access to the email login at arynwood@protonmail.com, so i will share a new email address soon.


Toolchain Validation Script

The checkpoint script validates and optionally launches the following components:

./scripts/250705start.sh

Screenshot: Toolchain Check Output

Toolchain Check Screenshot

Next Steps

From here, I’m shifting toward building the actual user interface. This will be a web UI served from the Forge that lets me:

This work will expand into multi-agent chatroom logic with command bindings to Docker, TTS, Stable Diffusion, and animation tools. Prometheus will be hooked into the same UI for observability.


All systems green except for a missing Python dependency in SadTalker. One line fix:

pip install librosa

Signed,
Lorelei Noble

← Back to DevLogs