mirror of
https://github.com/AeThex-Corporation/AeThex-OS.git
synced 2026-04-19 06:47:21 +00:00
15 lines
367 B
Markdown
15 lines
367 B
Markdown
# Linux Development Runtime
|
|
|
|
Tools for running Linux development tasks without polluting base OS.
|
|
|
|
## Components
|
|
- Docker CE
|
|
- VSCode (or VSCodium)
|
|
- Git
|
|
- Build tools (gcc, make, cmake)
|
|
- Node.js, Python, Rust
|
|
- Podman (alternative to Docker)
|
|
|
|
## Isolation Strategy
|
|
Dev workspace runs in containers, pinned to specific Gen-1 version.
|
|
Base OS stays clean and stable.
|