Clawdie Shell specification v0.9.0-rc1
Core documentation:
- CLAWDIE-SHELL.md: Main specification (overview, features, philosophy)
- SHELL-ARCHITECTURE.md: Modular shell design (5 libraries, patterns)
- LUMINA-INTEGRATION.md: Desktop configuration (luminarc, openbox)
- ADMIN-PANEL.md: bsddialog UI specification (system management)
- REFACTOR-SUMMARY.md: Transition from multi-DE to Lumina-only
Philosophy: Standing on giants' shoulders
- FreeBSD (ZFS, jails, rc.d, stability)
- PC-BSD (Lumina desktop, installer wisdom)
- POSIX shell (portability, simplicity, no VM overhead)
Updated .gitignore to exclude build artifacts.
Updated README.md with Clawdie Shell branding.
All dates in 23.mar.2026 format (user preference).
Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
2026-03-23 23:44:48 +00:00
|
|
|
|
# Clawdie Shell
|
feat: initial clawdie-iso skeleton
USB installer for Clawdie-AI. Combines FreeBSD base install,
desktop-installer GPU/DE setup, and Clawdie-AI deployment into
a single rc.firstboot wizard flow.
Skeleton includes:
- build.cfg: FreeBSD 15.0-RELEASE-p4, amd64, XFCE default
- build.sh: 7-step build outline (fetch → inject → repack), stubs
- installerconfig: bsdinstall post-install hook, copies firstboot/ to HDD
- firstboot/rc.d/clawdie-firstboot: runs once on first HDD boot
- firstboot/firstboot.sh: tiered bsddialog wizard (identity, desktop,
pi profile, auto-generated secrets, AGENTS.md seeding, npm prefix setup)
- firstboot/gpu-detect.sh: pciconf PCI ID → kld/xorg driver mapping
- CLAWDIE-ISO.md: full design doc (copied from clawdie-ai)
VirtualBox excluded. pkg latest default. LLM keys deferred to pi first-run.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-17 10:20:23 +00:00
|
|
|
|
|
Clawdie Shell specification v0.9.0-rc1
Core documentation:
- CLAWDIE-SHELL.md: Main specification (overview, features, philosophy)
- SHELL-ARCHITECTURE.md: Modular shell design (5 libraries, patterns)
- LUMINA-INTEGRATION.md: Desktop configuration (luminarc, openbox)
- ADMIN-PANEL.md: bsddialog UI specification (system management)
- REFACTOR-SUMMARY.md: Transition from multi-DE to Lumina-only
Philosophy: Standing on giants' shoulders
- FreeBSD (ZFS, jails, rc.d, stability)
- PC-BSD (Lumina desktop, installer wisdom)
- POSIX shell (portability, simplicity, no VM overhead)
Updated .gitignore to exclude build artifacts.
Updated README.md with Clawdie Shell branding.
All dates in 23.mar.2026 format (user preference).
Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
2026-03-23 23:44:48 +00:00
|
|
|
|
**Unified installer and human operator interface for Clawdie-AI on FreeBSD**
|
feat: initial clawdie-iso skeleton
USB installer for Clawdie-AI. Combines FreeBSD base install,
desktop-installer GPU/DE setup, and Clawdie-AI deployment into
a single rc.firstboot wizard flow.
Skeleton includes:
- build.cfg: FreeBSD 15.0-RELEASE-p4, amd64, XFCE default
- build.sh: 7-step build outline (fetch → inject → repack), stubs
- installerconfig: bsdinstall post-install hook, copies firstboot/ to HDD
- firstboot/rc.d/clawdie-firstboot: runs once on first HDD boot
- firstboot/firstboot.sh: tiered bsddialog wizard (identity, desktop,
pi profile, auto-generated secrets, AGENTS.md seeding, npm prefix setup)
- firstboot/gpu-detect.sh: pciconf PCI ID → kld/xorg driver mapping
- CLAWDIE-ISO.md: full design doc (copied from clawdie-ai)
VirtualBox excluded. pkg latest default. LLM keys deferred to pi first-run.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-17 10:20:23 +00:00
|
|
|
|
|
Clawdie Shell specification v0.9.0-rc1
Core documentation:
- CLAWDIE-SHELL.md: Main specification (overview, features, philosophy)
- SHELL-ARCHITECTURE.md: Modular shell design (5 libraries, patterns)
- LUMINA-INTEGRATION.md: Desktop configuration (luminarc, openbox)
- ADMIN-PANEL.md: bsddialog UI specification (system management)
- REFACTOR-SUMMARY.md: Transition from multi-DE to Lumina-only
Philosophy: Standing on giants' shoulders
- FreeBSD (ZFS, jails, rc.d, stability)
- PC-BSD (Lumina desktop, installer wisdom)
- POSIX shell (portability, simplicity, no VM overhead)
Updated .gitignore to exclude build artifacts.
Updated README.md with Clawdie Shell branding.
All dates in 23.mar.2026 format (user preference).
Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
2026-03-23 23:44:48 +00:00
|
|
|
|
A single-step deployment platform that combines:
|
|
|
|
|
|
- **FreeBSD 15.0** (ZFS, jails, rc.d, pkg)
|
|
|
|
|
|
- **Lumina Desktop** (lightweight, FreeBSD-native, from PC-BSD heritage)
|
|
|
|
|
|
- **Shell modules** (modular, portable, POSIX-compliant)
|
|
|
|
|
|
- **Admin panel** (bsddialog UI for jails, snapshots, system health)
|
feat: initial clawdie-iso skeleton
USB installer for Clawdie-AI. Combines FreeBSD base install,
desktop-installer GPU/DE setup, and Clawdie-AI deployment into
a single rc.firstboot wizard flow.
Skeleton includes:
- build.cfg: FreeBSD 15.0-RELEASE-p4, amd64, XFCE default
- build.sh: 7-step build outline (fetch → inject → repack), stubs
- installerconfig: bsdinstall post-install hook, copies firstboot/ to HDD
- firstboot/rc.d/clawdie-firstboot: runs once on first HDD boot
- firstboot/firstboot.sh: tiered bsddialog wizard (identity, desktop,
pi profile, auto-generated secrets, AGENTS.md seeding, npm prefix setup)
- firstboot/gpu-detect.sh: pciconf PCI ID → kld/xorg driver mapping
- CLAWDIE-ISO.md: full design doc (copied from clawdie-ai)
VirtualBox excluded. pkg latest default. LLM keys deferred to pi first-run.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-17 10:20:23 +00:00
|
|
|
|
|
Clawdie Shell specification v0.9.0-rc1
Core documentation:
- CLAWDIE-SHELL.md: Main specification (overview, features, philosophy)
- SHELL-ARCHITECTURE.md: Modular shell design (5 libraries, patterns)
- LUMINA-INTEGRATION.md: Desktop configuration (luminarc, openbox)
- ADMIN-PANEL.md: bsddialog UI specification (system management)
- REFACTOR-SUMMARY.md: Transition from multi-DE to Lumina-only
Philosophy: Standing on giants' shoulders
- FreeBSD (ZFS, jails, rc.d, stability)
- PC-BSD (Lumina desktop, installer wisdom)
- POSIX shell (portability, simplicity, no VM overhead)
Updated .gitignore to exclude build artifacts.
Updated README.md with Clawdie Shell branding.
All dates in 23.mar.2026 format (user preference).
Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
2026-03-23 23:44:48 +00:00
|
|
|
|
**Standing on the shoulders of giants:** We don't reinvent. We inherit wisdom from FreeBSD, PC-BSD's Lumina, and proven shell patterns.
|
feat: initial clawdie-iso skeleton
USB installer for Clawdie-AI. Combines FreeBSD base install,
desktop-installer GPU/DE setup, and Clawdie-AI deployment into
a single rc.firstboot wizard flow.
Skeleton includes:
- build.cfg: FreeBSD 15.0-RELEASE-p4, amd64, XFCE default
- build.sh: 7-step build outline (fetch → inject → repack), stubs
- installerconfig: bsdinstall post-install hook, copies firstboot/ to HDD
- firstboot/rc.d/clawdie-firstboot: runs once on first HDD boot
- firstboot/firstboot.sh: tiered bsddialog wizard (identity, desktop,
pi profile, auto-generated secrets, AGENTS.md seeding, npm prefix setup)
- firstboot/gpu-detect.sh: pciconf PCI ID → kld/xorg driver mapping
- CLAWDIE-ISO.md: full design doc (copied from clawdie-ai)
VirtualBox excluded. pkg latest default. LLM keys deferred to pi first-run.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-17 10:20:23 +00:00
|
|
|
|
|
Clawdie Shell specification v0.9.0-rc1
Core documentation:
- CLAWDIE-SHELL.md: Main specification (overview, features, philosophy)
- SHELL-ARCHITECTURE.md: Modular shell design (5 libraries, patterns)
- LUMINA-INTEGRATION.md: Desktop configuration (luminarc, openbox)
- ADMIN-PANEL.md: bsddialog UI specification (system management)
- REFACTOR-SUMMARY.md: Transition from multi-DE to Lumina-only
Philosophy: Standing on giants' shoulders
- FreeBSD (ZFS, jails, rc.d, stability)
- PC-BSD (Lumina desktop, installer wisdom)
- POSIX shell (portability, simplicity, no VM overhead)
Updated .gitignore to exclude build artifacts.
Updated README.md with Clawdie Shell branding.
All dates in 23.mar.2026 format (user preference).
Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
2026-03-23 23:44:48 +00:00
|
|
|
|
---
|
feat: initial clawdie-iso skeleton
USB installer for Clawdie-AI. Combines FreeBSD base install,
desktop-installer GPU/DE setup, and Clawdie-AI deployment into
a single rc.firstboot wizard flow.
Skeleton includes:
- build.cfg: FreeBSD 15.0-RELEASE-p4, amd64, XFCE default
- build.sh: 7-step build outline (fetch → inject → repack), stubs
- installerconfig: bsdinstall post-install hook, copies firstboot/ to HDD
- firstboot/rc.d/clawdie-firstboot: runs once on first HDD boot
- firstboot/firstboot.sh: tiered bsddialog wizard (identity, desktop,
pi profile, auto-generated secrets, AGENTS.md seeding, npm prefix setup)
- firstboot/gpu-detect.sh: pciconf PCI ID → kld/xorg driver mapping
- CLAWDIE-ISO.md: full design doc (copied from clawdie-ai)
VirtualBox excluded. pkg latest default. LLM keys deferred to pi first-run.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-17 10:20:23 +00:00
|
|
|
|
|
Clawdie Shell specification v0.9.0-rc1
Core documentation:
- CLAWDIE-SHELL.md: Main specification (overview, features, philosophy)
- SHELL-ARCHITECTURE.md: Modular shell design (5 libraries, patterns)
- LUMINA-INTEGRATION.md: Desktop configuration (luminarc, openbox)
- ADMIN-PANEL.md: bsddialog UI specification (system management)
- REFACTOR-SUMMARY.md: Transition from multi-DE to Lumina-only
Philosophy: Standing on giants' shoulders
- FreeBSD (ZFS, jails, rc.d, stability)
- PC-BSD (Lumina desktop, installer wisdom)
- POSIX shell (portability, simplicity, no VM overhead)
Updated .gitignore to exclude build artifacts.
Updated README.md with Clawdie Shell branding.
All dates in 23.mar.2026 format (user preference).
Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
2026-03-23 23:44:48 +00:00
|
|
|
|
## What Is Clawdie Shell?
|
feat: initial clawdie-iso skeleton
USB installer for Clawdie-AI. Combines FreeBSD base install,
desktop-installer GPU/DE setup, and Clawdie-AI deployment into
a single rc.firstboot wizard flow.
Skeleton includes:
- build.cfg: FreeBSD 15.0-RELEASE-p4, amd64, XFCE default
- build.sh: 7-step build outline (fetch → inject → repack), stubs
- installerconfig: bsdinstall post-install hook, copies firstboot/ to HDD
- firstboot/rc.d/clawdie-firstboot: runs once on first HDD boot
- firstboot/firstboot.sh: tiered bsddialog wizard (identity, desktop,
pi profile, auto-generated secrets, AGENTS.md seeding, npm prefix setup)
- firstboot/gpu-detect.sh: pciconf PCI ID → kld/xorg driver mapping
- CLAWDIE-ISO.md: full design doc (copied from clawdie-ai)
VirtualBox excluded. pkg latest default. LLM keys deferred to pi first-run.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-17 10:20:23 +00:00
|
|
|
|
|
Clawdie Shell specification v0.9.0-rc1
Core documentation:
- CLAWDIE-SHELL.md: Main specification (overview, features, philosophy)
- SHELL-ARCHITECTURE.md: Modular shell design (5 libraries, patterns)
- LUMINA-INTEGRATION.md: Desktop configuration (luminarc, openbox)
- ADMIN-PANEL.md: bsddialog UI specification (system management)
- REFACTOR-SUMMARY.md: Transition from multi-DE to Lumina-only
Philosophy: Standing on giants' shoulders
- FreeBSD (ZFS, jails, rc.d, stability)
- PC-BSD (Lumina desktop, installer wisdom)
- POSIX shell (portability, simplicity, no VM overhead)
Updated .gitignore to exclude build artifacts.
Updated README.md with Clawdie Shell branding.
All dates in 23.mar.2026 format (user preference).
Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
2026-03-23 23:44:48 +00:00
|
|
|
|
Boot a USB, answer a 3-screen wizard, and you have a fully configured Clawdie-AI workstation running on FreeBSD with:
|
feat: initial clawdie-iso skeleton
USB installer for Clawdie-AI. Combines FreeBSD base install,
desktop-installer GPU/DE setup, and Clawdie-AI deployment into
a single rc.firstboot wizard flow.
Skeleton includes:
- build.cfg: FreeBSD 15.0-RELEASE-p4, amd64, XFCE default
- build.sh: 7-step build outline (fetch → inject → repack), stubs
- installerconfig: bsdinstall post-install hook, copies firstboot/ to HDD
- firstboot/rc.d/clawdie-firstboot: runs once on first HDD boot
- firstboot/firstboot.sh: tiered bsddialog wizard (identity, desktop,
pi profile, auto-generated secrets, AGENTS.md seeding, npm prefix setup)
- firstboot/gpu-detect.sh: pciconf PCI ID → kld/xorg driver mapping
- CLAWDIE-ISO.md: full design doc (copied from clawdie-ai)
VirtualBox excluded. pkg latest default. LLM keys deferred to pi first-run.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-17 10:20:23 +00:00
|
|
|
|
|
Clawdie Shell specification v0.9.0-rc1
Core documentation:
- CLAWDIE-SHELL.md: Main specification (overview, features, philosophy)
- SHELL-ARCHITECTURE.md: Modular shell design (5 libraries, patterns)
- LUMINA-INTEGRATION.md: Desktop configuration (luminarc, openbox)
- ADMIN-PANEL.md: bsddialog UI specification (system management)
- REFACTOR-SUMMARY.md: Transition from multi-DE to Lumina-only
Philosophy: Standing on giants' shoulders
- FreeBSD (ZFS, jails, rc.d, stability)
- PC-BSD (Lumina desktop, installer wisdom)
- POSIX shell (portability, simplicity, no VM overhead)
Updated .gitignore to exclude build artifacts.
Updated README.md with Clawdie Shell branding.
All dates in 23.mar.2026 format (user preference).
Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
2026-03-23 23:44:48 +00:00
|
|
|
|
- ✅ Lumina desktop (ready to use)
|
|
|
|
|
|
- ✅ Bastille jails (worker, db, cms) provisioned
|
|
|
|
|
|
- ✅ PostgreSQL + pgvector seeded
|
|
|
|
|
|
- ✅ Clawdie-AI agent running
|
|
|
|
|
|
- ✅ Admin panel accessible from taskbar
|
|
|
|
|
|
- ✅ All offline (no internet required during install)
|
feat: initial clawdie-iso skeleton
USB installer for Clawdie-AI. Combines FreeBSD base install,
desktop-installer GPU/DE setup, and Clawdie-AI deployment into
a single rc.firstboot wizard flow.
Skeleton includes:
- build.cfg: FreeBSD 15.0-RELEASE-p4, amd64, XFCE default
- build.sh: 7-step build outline (fetch → inject → repack), stubs
- installerconfig: bsdinstall post-install hook, copies firstboot/ to HDD
- firstboot/rc.d/clawdie-firstboot: runs once on first HDD boot
- firstboot/firstboot.sh: tiered bsddialog wizard (identity, desktop,
pi profile, auto-generated secrets, AGENTS.md seeding, npm prefix setup)
- firstboot/gpu-detect.sh: pciconf PCI ID → kld/xorg driver mapping
- CLAWDIE-ISO.md: full design doc (copied from clawdie-ai)
VirtualBox excluded. pkg latest default. LLM keys deferred to pi first-run.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-17 10:20:23 +00:00
|
|
|
|
|
Clawdie Shell specification v0.9.0-rc1
Core documentation:
- CLAWDIE-SHELL.md: Main specification (overview, features, philosophy)
- SHELL-ARCHITECTURE.md: Modular shell design (5 libraries, patterns)
- LUMINA-INTEGRATION.md: Desktop configuration (luminarc, openbox)
- ADMIN-PANEL.md: bsddialog UI specification (system management)
- REFACTOR-SUMMARY.md: Transition from multi-DE to Lumina-only
Philosophy: Standing on giants' shoulders
- FreeBSD (ZFS, jails, rc.d, stability)
- PC-BSD (Lumina desktop, installer wisdom)
- POSIX shell (portability, simplicity, no VM overhead)
Updated .gitignore to exclude build artifacts.
Updated README.md with Clawdie Shell branding.
All dates in 23.mar.2026 format (user preference).
Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
2026-03-23 23:44:48 +00:00
|
|
|
|
**One reboot. That's it.**
|
|
|
|
|
|
|
|
|
|
|
|
---
|
|
|
|
|
|
|
|
|
|
|
|
## Quick Start
|
|
|
|
|
|
|
|
|
|
|
|
### Build the USB Image
|
|
|
|
|
|
|
|
|
|
|
|
```bash
|
|
|
|
|
|
# Requirements: FreeBSD 15.0+, pkg, curl, 30 GB free disk space
|
|
|
|
|
|
|
2026-04-03 10:06:44 +00:00
|
|
|
|
git clone https://codeberg.org/Clawdie/Clawdie-ISO.git
|
|
|
|
|
|
cd Clawdie-ISO
|
Clawdie Shell specification v0.9.0-rc1
Core documentation:
- CLAWDIE-SHELL.md: Main specification (overview, features, philosophy)
- SHELL-ARCHITECTURE.md: Modular shell design (5 libraries, patterns)
- LUMINA-INTEGRATION.md: Desktop configuration (luminarc, openbox)
- ADMIN-PANEL.md: bsddialog UI specification (system management)
- REFACTOR-SUMMARY.md: Transition from multi-DE to Lumina-only
Philosophy: Standing on giants' shoulders
- FreeBSD (ZFS, jails, rc.d, stability)
- PC-BSD (Lumina desktop, installer wisdom)
- POSIX shell (portability, simplicity, no VM overhead)
Updated .gitignore to exclude build artifacts.
Updated README.md with Clawdie Shell branding.
All dates in 23.mar.2026 format (user preference).
Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
2026-03-23 23:44:48 +00:00
|
|
|
|
|
|
|
|
|
|
# Fetch FreeBSD memstick + all packages (non-root)
|
|
|
|
|
|
./build.sh --fetch-only
|
|
|
|
|
|
|
|
|
|
|
|
# Assemble ISO (requires root for mdconfig/mount)
|
|
|
|
|
|
doas ./build.sh
|
|
|
|
|
|
|
2026-04-05 14:19:32 +00:00
|
|
|
|
# Output: tmp/output/clawdie-iso-<variant>-DD.mmm.YYYY.img (~50 GB, configurable in build.cfg)
|
Clawdie Shell specification v0.9.0-rc1
Core documentation:
- CLAWDIE-SHELL.md: Main specification (overview, features, philosophy)
- SHELL-ARCHITECTURE.md: Modular shell design (5 libraries, patterns)
- LUMINA-INTEGRATION.md: Desktop configuration (luminarc, openbox)
- ADMIN-PANEL.md: bsddialog UI specification (system management)
- REFACTOR-SUMMARY.md: Transition from multi-DE to Lumina-only
Philosophy: Standing on giants' shoulders
- FreeBSD (ZFS, jails, rc.d, stability)
- PC-BSD (Lumina desktop, installer wisdom)
- POSIX shell (portability, simplicity, no VM overhead)
Updated .gitignore to exclude build artifacts.
Updated README.md with Clawdie Shell branding.
All dates in 23.mar.2026 format (user preference).
Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
2026-03-23 23:44:48 +00:00
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
|
|
### Install on Hardware
|
|
|
|
|
|
|
|
|
|
|
|
1. **Write to USB:**
|
|
|
|
|
|
```bash
|
2026-04-05 14:19:32 +00:00
|
|
|
|
doas dd if=tmp/output/clawdie-iso-<variant>-DD.mmm.YYYY.img of=/dev/da0 bs=1M
|
Clawdie Shell specification v0.9.0-rc1
Core documentation:
- CLAWDIE-SHELL.md: Main specification (overview, features, philosophy)
- SHELL-ARCHITECTURE.md: Modular shell design (5 libraries, patterns)
- LUMINA-INTEGRATION.md: Desktop configuration (luminarc, openbox)
- ADMIN-PANEL.md: bsddialog UI specification (system management)
- REFACTOR-SUMMARY.md: Transition from multi-DE to Lumina-only
Philosophy: Standing on giants' shoulders
- FreeBSD (ZFS, jails, rc.d, stability)
- PC-BSD (Lumina desktop, installer wisdom)
- POSIX shell (portability, simplicity, no VM overhead)
Updated .gitignore to exclude build artifacts.
Updated README.md with Clawdie Shell branding.
All dates in 23.mar.2026 format (user preference).
Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
2026-03-23 23:44:48 +00:00
|
|
|
|
# (replace da0 with your USB device)
|
|
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
|
|
2. **Boot from USB** on target machine (BIOS/EFI)
|
|
|
|
|
|
|
|
|
|
|
|
3. **Run bsdinstall** (standard FreeBSD installer)
|
|
|
|
|
|
- Choose disk, partitioning, root password
|
|
|
|
|
|
- Create `clawdie` user
|
|
|
|
|
|
|
|
|
|
|
|
4. **First boot from HDD** (reboot 1)
|
|
|
|
|
|
- rc.firstboot wizard appears
|
2026-04-03 10:06:44 +00:00
|
|
|
|
- Answer: assistant name, public domain, timezone
|
|
|
|
|
|
- Optional: local LLM runtime (Ollama or llama-cpp)
|
|
|
|
|
|
- Optional: SSH public key (for later Ansible/jail SSH baselines)
|
2026-04-02 10:30:42 +00:00
|
|
|
|
- Optional: enable Forgejo web git UI (adds disk usage)
|
Clawdie Shell specification v0.9.0-rc1
Core documentation:
- CLAWDIE-SHELL.md: Main specification (overview, features, philosophy)
- SHELL-ARCHITECTURE.md: Modular shell design (5 libraries, patterns)
- LUMINA-INTEGRATION.md: Desktop configuration (luminarc, openbox)
- ADMIN-PANEL.md: bsddialog UI specification (system management)
- REFACTOR-SUMMARY.md: Transition from multi-DE to Lumina-only
Philosophy: Standing on giants' shoulders
- FreeBSD (ZFS, jails, rc.d, stability)
- PC-BSD (Lumina desktop, installer wisdom)
- POSIX shell (portability, simplicity, no VM overhead)
Updated .gitignore to exclude build artifacts.
Updated README.md with Clawdie Shell branding.
All dates in 23.mar.2026 format (user preference).
Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
2026-03-23 23:44:48 +00:00
|
|
|
|
- Setup runs automatically (5–10 min)
|
|
|
|
|
|
|
|
|
|
|
|
5. **Lumina desktop boots**
|
|
|
|
|
|
- Login as `clawdie` user
|
|
|
|
|
|
- Agent running in background
|
|
|
|
|
|
- Admin panel: right-click taskbar → "Clawdie Admin"
|
|
|
|
|
|
|
|
|
|
|
|
---
|
|
|
|
|
|
|
|
|
|
|
|
## Documentation
|
|
|
|
|
|
|
|
|
|
|
|
- **[CLAWDIE-SHELL.md](CLAWDIE-SHELL.md)** — Specification (overview, features, design)
|
|
|
|
|
|
- **[SHELL-ARCHITECTURE.md](SHELL-ARCHITECTURE.md)** — Technical deep-dive (shell modules, patterns)
|
|
|
|
|
|
- **[LUMINA-INTEGRATION.md](LUMINA-INTEGRATION.md)** — Desktop configuration
|
|
|
|
|
|
- **[ADMIN-PANEL.md](ADMIN-PANEL.md)** — Admin UI specification
|
|
|
|
|
|
- **[REFACTOR-SUMMARY.md](REFACTOR-SUMMARY.md)** — Why Lumina-only, not multi-DE
|
|
|
|
|
|
|
|
|
|
|
|
---
|
|
|
|
|
|
|
|
|
|
|
|
## Philosophy: Standing on Giants' Shoulders
|
|
|
|
|
|
|
|
|
|
|
|
| Giant | Contribution |
|
|
|
|
|
|
|-------|--------------|
|
|
|
|
|
|
| **FreeBSD** | ZFS, jails, rc.d, pkg, stability |
|
|
|
|
|
|
| **PC-BSD** | Lumina desktop, installer patterns |
|
|
|
|
|
|
| **POSIX shell** | Portability, simplicity, proven patterns |
|
|
|
|
|
|
| **bsddialog** | Native FreeBSD UI (no GTK/Qt bloat) |
|
|
|
|
|
|
| **Bastille** | Jail orchestration |
|
|
|
|
|
|
|
|
|
|
|
|
---
|
|
|
|
|
|
|
|
|
|
|
|
## Features
|
|
|
|
|
|
|
|
|
|
|
|
### 🖥️ Lumina Desktop
|
|
|
|
|
|
- Lightweight (~150 MB RAM)
|
|
|
|
|
|
- Designed for FreeBSD (from PC-BSD)
|
|
|
|
|
|
- Openbox window manager, stable, simple
|
|
|
|
|
|
|
|
|
|
|
|
### 🛠️ Admin Panel
|
|
|
|
|
|
Right-click Lumina taskbar → "Clawdie Admin":
|
|
|
|
|
|
- System Health (CPU, RAM, ZFS pool)
|
|
|
|
|
|
- Jails (start/stop, console)
|
|
|
|
|
|
- ZFS Snapshots (create, restore)
|
|
|
|
|
|
- Logs, Configuration
|
|
|
|
|
|
|
|
|
|
|
|
### 📦 Shell Modules
|
|
|
|
|
|
Modular, reusable, testable:
|
|
|
|
|
|
- `clawdie-shell-env.sh` — Identity + secrets
|
|
|
|
|
|
- `clawdie-shell-pkg.sh` — Repositories
|
|
|
|
|
|
- `clawdie-shell-gpu.sh` — GPU detection
|
|
|
|
|
|
- `clawdie-shell-system.sh` — System config
|
|
|
|
|
|
- `clawdie-shell-clawdie.sh` — AI setup + jails
|
|
|
|
|
|
|
2026-04-02 10:30:42 +00:00
|
|
|
|
### 🧰 Local Git (Forgejo-ready)
|
|
|
|
|
|
- Plain git jail by default
|
2026-04-02 10:33:39 +00:00
|
|
|
|
- Optional Forgejo web UI (runs in `{agent}-git` on port `3000`, internal only)
|
2026-04-02 10:30:42 +00:00
|
|
|
|
|
Clawdie Shell specification v0.9.0-rc1
Core documentation:
- CLAWDIE-SHELL.md: Main specification (overview, features, philosophy)
- SHELL-ARCHITECTURE.md: Modular shell design (5 libraries, patterns)
- LUMINA-INTEGRATION.md: Desktop configuration (luminarc, openbox)
- ADMIN-PANEL.md: bsddialog UI specification (system management)
- REFACTOR-SUMMARY.md: Transition from multi-DE to Lumina-only
Philosophy: Standing on giants' shoulders
- FreeBSD (ZFS, jails, rc.d, stability)
- PC-BSD (Lumina desktop, installer wisdom)
- POSIX shell (portability, simplicity, no VM overhead)
Updated .gitignore to exclude build artifacts.
Updated README.md with Clawdie Shell branding.
All dates in 23.mar.2026 format (user preference).
Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
2026-03-23 23:44:48 +00:00
|
|
|
|
### 🔒 Offline-First
|
|
|
|
|
|
- All packages bundled on USB
|
|
|
|
|
|
- Reproducible deploys
|
|
|
|
|
|
- Falls back to online if connected
|
|
|
|
|
|
|
|
|
|
|
|
---
|
|
|
|
|
|
|
|
|
|
|
|
## System Requirements
|
|
|
|
|
|
|
|
|
|
|
|
- **CPU:** 2 cores (4 recommended)
|
|
|
|
|
|
- **RAM:** 4 GB (8 GB recommended)
|
|
|
|
|
|
- **Disk:** 50 GB
|
|
|
|
|
|
- **GPU:** Intel, AMD, NVIDIA, or VESA fallback
|
|
|
|
|
|
|
|
|
|
|
|
---
|
|
|
|
|
|
|
|
|
|
|
|
## Version History
|
|
|
|
|
|
|
|
|
|
|
|
- **v0.9.0-rc1** (23.mar.2026) — Initial "Shell" branding, Lumina, modular architecture
|
|
|
|
|
|
- **v0.9.0** (planned) — Stable release
|
|
|
|
|
|
- **v1.0.0** (planned) — Multi-arch support
|
|
|
|
|
|
|
|
|
|
|
|
---
|
|
|
|
|
|
|
|
|
|
|
|
## Known Limitations
|
|
|
|
|
|
|
|
|
|
|
|
- Single desktop (Lumina only)
|
|
|
|
|
|
- X11 only (no Wayland)
|
|
|
|
|
|
- Interactive deployment (no cloud-init)
|
|
|
|
|
|
|
|
|
|
|
|
---
|
|
|
|
|
|
|
|
|
|
|
|
## Contributing
|
|
|
|
|
|
|
2026-04-03 10:06:44 +00:00
|
|
|
|
- **Issues:** [Codeberg Issues](https://codeberg.org/Clawdie/Clawdie-ISO/issues)
|
Clawdie Shell specification v0.9.0-rc1
Core documentation:
- CLAWDIE-SHELL.md: Main specification (overview, features, philosophy)
- SHELL-ARCHITECTURE.md: Modular shell design (5 libraries, patterns)
- LUMINA-INTEGRATION.md: Desktop configuration (luminarc, openbox)
- ADMIN-PANEL.md: bsddialog UI specification (system management)
- REFACTOR-SUMMARY.md: Transition from multi-DE to Lumina-only
Philosophy: Standing on giants' shoulders
- FreeBSD (ZFS, jails, rc.d, stability)
- PC-BSD (Lumina desktop, installer wisdom)
- POSIX shell (portability, simplicity, no VM overhead)
Updated .gitignore to exclude build artifacts.
Updated README.md with Clawdie Shell branding.
All dates in 23.mar.2026 format (user preference).
Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
2026-03-23 23:44:48 +00:00
|
|
|
|
- **Philosophy:** Keep focused (one DE, one purpose). Inherit, don't reinvent.
|
|
|
|
|
|
|
|
|
|
|
|
---
|
|
|
|
|
|
|
|
|
|
|
|
## Building
|
|
|
|
|
|
|
|
|
|
|
|
```bash
|
2026-04-03 10:06:44 +00:00
|
|
|
|
git clone https://codeberg.org/Clawdie/Clawdie-ISO.git
|
|
|
|
|
|
cd Clawdie-ISO
|
Clawdie Shell specification v0.9.0-rc1
Core documentation:
- CLAWDIE-SHELL.md: Main specification (overview, features, philosophy)
- SHELL-ARCHITECTURE.md: Modular shell design (5 libraries, patterns)
- LUMINA-INTEGRATION.md: Desktop configuration (luminarc, openbox)
- ADMIN-PANEL.md: bsddialog UI specification (system management)
- REFACTOR-SUMMARY.md: Transition from multi-DE to Lumina-only
Philosophy: Standing on giants' shoulders
- FreeBSD (ZFS, jails, rc.d, stability)
- PC-BSD (Lumina desktop, installer wisdom)
- POSIX shell (portability, simplicity, no VM overhead)
Updated .gitignore to exclude build artifacts.
Updated README.md with Clawdie Shell branding.
All dates in 23.mar.2026 format (user preference).
Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
2026-03-23 23:44:48 +00:00
|
|
|
|
|
|
|
|
|
|
# Fetch packages (non-root)
|
|
|
|
|
|
./build.sh --fetch-only
|
|
|
|
|
|
|
|
|
|
|
|
# Build ISO (requires root)
|
|
|
|
|
|
doas ./build.sh
|
|
|
|
|
|
|
2026-04-05 14:19:32 +00:00
|
|
|
|
# Output: tmp/output/clawdie-iso-<variant>-DD.mmm.YYYY.img
|
feat: initial clawdie-iso skeleton
USB installer for Clawdie-AI. Combines FreeBSD base install,
desktop-installer GPU/DE setup, and Clawdie-AI deployment into
a single rc.firstboot wizard flow.
Skeleton includes:
- build.cfg: FreeBSD 15.0-RELEASE-p4, amd64, XFCE default
- build.sh: 7-step build outline (fetch → inject → repack), stubs
- installerconfig: bsdinstall post-install hook, copies firstboot/ to HDD
- firstboot/rc.d/clawdie-firstboot: runs once on first HDD boot
- firstboot/firstboot.sh: tiered bsddialog wizard (identity, desktop,
pi profile, auto-generated secrets, AGENTS.md seeding, npm prefix setup)
- firstboot/gpu-detect.sh: pciconf PCI ID → kld/xorg driver mapping
- CLAWDIE-ISO.md: full design doc (copied from clawdie-ai)
VirtualBox excluded. pkg latest default. LLM keys deferred to pi first-run.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-17 10:20:23 +00:00
|
|
|
|
```
|
|
|
|
|
|
|
Clawdie Shell specification v0.9.0-rc1
Core documentation:
- CLAWDIE-SHELL.md: Main specification (overview, features, philosophy)
- SHELL-ARCHITECTURE.md: Modular shell design (5 libraries, patterns)
- LUMINA-INTEGRATION.md: Desktop configuration (luminarc, openbox)
- ADMIN-PANEL.md: bsddialog UI specification (system management)
- REFACTOR-SUMMARY.md: Transition from multi-DE to Lumina-only
Philosophy: Standing on giants' shoulders
- FreeBSD (ZFS, jails, rc.d, stability)
- PC-BSD (Lumina desktop, installer wisdom)
- POSIX shell (portability, simplicity, no VM overhead)
Updated .gitignore to exclude build artifacts.
Updated README.md with Clawdie Shell branding.
All dates in 23.mar.2026 format (user preference).
Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
2026-03-23 23:44:48 +00:00
|
|
|
|
See [CLAWDIE-SHELL.md](CLAWDIE-SHELL.md) for full specification.
|
|
|
|
|
|
|
|
|
|
|
|
---
|
feat: initial clawdie-iso skeleton
USB installer for Clawdie-AI. Combines FreeBSD base install,
desktop-installer GPU/DE setup, and Clawdie-AI deployment into
a single rc.firstboot wizard flow.
Skeleton includes:
- build.cfg: FreeBSD 15.0-RELEASE-p4, amd64, XFCE default
- build.sh: 7-step build outline (fetch → inject → repack), stubs
- installerconfig: bsdinstall post-install hook, copies firstboot/ to HDD
- firstboot/rc.d/clawdie-firstboot: runs once on first HDD boot
- firstboot/firstboot.sh: tiered bsddialog wizard (identity, desktop,
pi profile, auto-generated secrets, AGENTS.md seeding, npm prefix setup)
- firstboot/gpu-detect.sh: pciconf PCI ID → kld/xorg driver mapping
- CLAWDIE-ISO.md: full design doc (copied from clawdie-ai)
VirtualBox excluded. pkg latest default. LLM keys deferred to pi first-run.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-17 10:20:23 +00:00
|
|
|
|
|
Clawdie Shell specification v0.9.0-rc1
Core documentation:
- CLAWDIE-SHELL.md: Main specification (overview, features, philosophy)
- SHELL-ARCHITECTURE.md: Modular shell design (5 libraries, patterns)
- LUMINA-INTEGRATION.md: Desktop configuration (luminarc, openbox)
- ADMIN-PANEL.md: bsddialog UI specification (system management)
- REFACTOR-SUMMARY.md: Transition from multi-DE to Lumina-only
Philosophy: Standing on giants' shoulders
- FreeBSD (ZFS, jails, rc.d, stability)
- PC-BSD (Lumina desktop, installer wisdom)
- POSIX shell (portability, simplicity, no VM overhead)
Updated .gitignore to exclude build artifacts.
Updated README.md with Clawdie Shell branding.
All dates in 23.mar.2026 format (user preference).
Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
2026-03-23 23:44:48 +00:00
|
|
|
|
**Last updated:** 23.mar.2026
|
|
|
|
|
|
**Standing on:** FreeBSD, Lumina, PC-BSD wisdom
|