Windows native self-hosting — no WSL2, no Docker required #27
Labels
No labels
free-tier:live
priority:backlog
priority:high
priority:medium
status:active-dev
status:alpha
status:beta
status:concept
status:design
status:launched
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: Circuit-Forge/roadmap#27
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Windows Native Self-Hosting (no WSL2, no Docker)
Support self-hosting on Windows 10/11 natively — no WSL2, no Docker, no virtualisation required.
Status
Architecture defined. Implementation tracked in cf-core.
manage.pycross-platform process managermanage.sh/manage.ps1become thin shims that find Python and delegate tomanage.pyplatformdirsfor config/data pathsmanage.pyships in circuitforge-core; all products shim into itWhy native over WSL2
WSL2 has 6+ silent failure modes (BIOS virt, Windows version, WSL version, driver version, Hyper-V conflicts, reboot handling) that are insurmountable for non-technical users. The CF mission — accessible tools for ND/adaptive needs users — makes native support non-negotiable.
Why this matters for accessibility
python manage.py startthat just works is the accessibility baselineBlocker
Circuitforge-core
manage.py(#6 above) must ship before any product can advertise Windows native support.