PocketOS
A modular pocket computer OS for CC: Tweaked. Install on an Ender Advanced Pocket Computer (needs HTTP enabled):
wget https://computercraft.petroid.xyz/pocketos/files/installer.lua startup
reboot - install-manifest.json
- store-apps/manifest.json (in-OS Store catalog)
- backend/bank_backend.lua (runs on the bank computer, not the pocket)
- Install docs
- App dev docs
Store apps (single-file, current OS)
The OS installs one .lua per app to /apps/<id>/main.lua. Multi-file /pocketos/files/apps/<app>/... layout is reserved but not supported yet.