Skip to content

APC System Report — General System Overview A00001

Date: 2026-07-29 Author: OMax (via OpenCode CLI) Scope: APC workstation + DDpro-Net harness Classification: Internal DeDynamics


1. APC Machine — Hardware

ComponentDetail
ModelMini PC (Intel N100 based)
CPUIntel(R) N100 — 4 cores, 4 threads, 6MB cache
RAM16 GB DDR4
Storage (OS)120GB M.2 SSD (ZXFZ 128GB) — LVM: 81GB root + 35GB ddpro-data
Storage (Data)35GB LVM volume mounted at /mnt/ddpro-data (ext4)
Storage (External)239GB USB SSD (DeDynamics NTFS) — /run/media/aleks/DeDynamics
GPUIntel UHD Graphics (Alder Lake-N, integrated)
NetworkingRealtek RTL8111 (enp1s0, DOWN), Realtek (enp3s0, DOWN), WiFi (wlp2s0)
WiFiConnected via 10.91.137.0/24, gateway 10.91.137.81
USB PortsMultiple USB 2.0/3.0 ports including CH340 serial converter

2. APC Machine — Operating System

ComponentDetail
OSUbuntu 26.04 LTS (Resolute Raccoon)
KernelLinux 7.0.0-28-generic x86_64
Node.jsv22.22.1
npm9.2.0
Git2.53.0
Wrangler4.110.0
OpenCode1.17.20
@openai/codex0.145.0 (global)
Uptime1h34m (at report time)
Load2.32 / 1.76 / 1.02

3. APC Machine — Running Services (Ecosystem)

ServiceStatusDescription
ddpro-mcpActiveDDpro-Net MCP Server (v0.9.1) — localhost:3333
cloudflaredActiveDDpro-Net Cloudflare Tunnel connector
fail2banActiveIntrusion prevention
clamav-daemonActiveVirus scanning
clamav-freshclamActiveAV signature updates
ufw/gufwInstalledFirewall (GUI available)
chronyActiveNTP client/server
bluetoothActiveBluetooth stack
NetworkManagerActiveNetwork management
cupsActivePrinting
gdmActiveGNOME Display Manager
Proton VPNActiveProton VPN split tunneling
snapdActiveSnap package manager
rkhunter/chkrootkitScheduledRootkit detection (daily timer)

Scheduled Tasks (systemd timers)

  • chkrootkit.timer — daily rootkit scan
  • lynis.timer — daily security audit
  • logrotate.timer — daily log rotation
  • apt-daily.timer / apt-daily-upgrade.timer — automatic updates
  • fwupd-refresh.timer — firmware update checks
  • man-db.timer — man page updates

4. DDpro-Net Harness

The central agentic environment. Full documentation:

ResourcePath
MCP Server (source)/mnt/ddpro-data/DDpro-Git/dedynamics-local-mcp/
MCP Server (deployed)/opt/dedynamics/ddpro-mcp/current/
Agent identity config/home/aleks/.config/opencode/opencode.jsonc
Agent master config/mnt/ddpro-data/DDpro-Git/AGENTS.md
Ecosystem docs/mnt/ddpro-data/DDpro-Git/_dd-ecosystem/
Environment root/mnt/ddpro-data/DDpro-Env/
Operations root/mnt/ddpro-data/DDpro-Ops/
Documents root/mnt/ddpro-data/DDpro-Docs/
Agent memory/mnt/ddpro-data/DDpro-Env/agent-memory/
MCP logs/mnt/ddpro-data/DDpro-Env/mcp-logs/
Secrets/mnt/ddpro-data/AGENTS/.secrets/
USB drive (OMax)/run/media/aleks/OMax/
External drive/run/media/aleks/DeDynamics/
Backup root/mnt/ddpro-data/BACKUP/

MCP Server Specs

  • Version: 0.9.1
  • Endpoint: http://127.0.0.1:3333/mcp
  • Auth: OAuth with Cloudflare Access (local service tokens)
  • Writes: Enabled (DDpro-Git + DDpro-Ops + DDpro-Docs)
  • MaxMem: OMax (177 entries), shared (165), worklog (957)
  • Allowed roots: /mnt/ddpro-data/DDpro-Git, /mnt/ddpro-data/DDpro-Env, /mnt/ddpro-data/DDpro-Ops, /mnt/ddpro-data/DDpro-Docs
  • Production: Locked (no remote git, no production Cloudflare without authorization)
  • Running since: 2026-07-29 14:35:42 CEST (restarted today)

Agent Ecosystem

AgentRoleTool count
OMaxCentral coordination / prompt engineering177 memory entries
CodexAPC implementation agent5
JCodexJPC implementation agent3
OMaxMapMapper+/Admin/Amethyst specialist5
PixOMaxPixel 7 portable clone1
OMax-cloneUSB transit clone4
AdminSystem administration1
AntigravityExperimental (not yet deployed)0

Known Active Agents (last 72h)

  • OMax3 completed MCP bypass repair — run_terminal locked to admin-only
  • OMax installed security stack (ufw, fail2ban, clamav, rkhunter)
  • OMax created amethyst-toolkit-platform-V1 repo with proposal
  • OMax built DDpro-Net Lab-Ready v0.9.0 release

5. DeDynamics Repositories

RepoBranchStatusLast Updated
amethyst-mapper-plusmain80+ dirty files (post-RC4 uncommitted)2026-05-15
amethyst-mapper-plus-preview(detached)Full preview copyN/A
_dd-ecosystemmainMany dirty files (agent profiles)2026-05-28
ddpro-admin-centermain3 dirty files2026-06-04
amethyst-sessionsmain1 dirty file2026-04-09
dedynamics-local-mcp(no git)MCP server sourceDeployed
amethyst-toolkit-platform-V1mainNew, no commits2026-07-27
mapper-plus-agent-pluginmainClean2026-07-08
amtoolkit-site(no git)AMToolkit marketing siteN/A
jpc-apc-pipeline-test(has .git)Test pipelineN/A

6. MaxMem Statistics

MetricValue
Private entries (all agents)196
Shared entries165
Worklog entries957
Active claims0
Active sessions1 (this report)
Stale sessions58
Open questions0

7. Security Posture

  • MaxMem guard: Active (native bash blocked by default; bypass available via env var)
  • MCP tool enforcement: All repo operations require MCP tools — no native bash/write/edit for DDpro-Git
  • run_terminal: Admin-only (OMax, Codex, OMaxMap blocked)
  • Production lock: No remote git, no production Cloudflare deploys without authorization
  • Secrets: Protected by SHA-256 conflict guards, path deny-list, binary detection
  • OS level: fail2ban, clamav, rkhunter, chkrootkit, ufw installed and running
  • Notable: No crontab for aleks (all scheduling via systemd timers)

8. Installed Software / Tools

CLI Tools

  • OpenCode CLI 1.17.20
  • Wrangler 4.110.0 (Cloudflare Workers CLI)
  • Git 2.53.0
  • Node.js v22.22.1 (npm 9.2.0)
  • GCC 15
  • ClamAV 1.5.3
  • Fail2Ban 1.1.0
  • Cloudflared 2026.7.3
  • Proton VPN

Desktop Applications (Flatpak)

  • WebStorm 2026.2.0.1
  • Geekbench 6
  • AppFlowy 0.12.5
  • Trilium Notes 0.63.7
  • Spotify
  • Pinta
  • ecode 0.8.1
  • SafeScript
  • OmniDev
  • Resonance

Desktop Applications (Snap)

  • Chromium 150
  • Firefox 153
  • ChatGPT Desktop Client
  • CUPS

Desktop Applications (Native)

  • GNOME desktop
  • GUFW (firewall GUI)
  • Proton VPN

9. Storage Layout

MountSizeUsedAvailUse%Filesystem
/80G56G21G74%ext4 (LVM)
/boot2.0G198M1.6G11%ext4
/mnt/ddpro-data35G4.1G29G13%ext4 (LVM)
/run/media/aleks/DeDynamics238G103G136G44%ntfs3 (USB)

End of report A00001

Last updated:

Internal DeDynamics documentation — not for external distribution