⚡ newOS4 Quick Reference

WebX11 v4.2 · Full docs → · Ctrl+P to print

🟢 Basics

helpShow all commands
help <cmd>Details for a command
lsList files
cd <dir>Change directory
pwdPrint working dir
clear / clsClear terminal
cat <file>View file
touch <file>Create empty file
mkdir <dir>Create directory
rm <file>Remove file
cp <src> <dst>Copy file
mv <old> <new>Move/rename
edit <file>Open code editor
find <name>Search files
grep <str>Search inside files
treeDir tree view

🤖 AI

ai "..."Ask AI assistant
ask "..."Alias for ai
ai-modelList/switch model
ai-clearReset conversation
ai-systemShow/edit system prompt
ai-contextView AI context
ai-stopCancel AI

🧩 Modules

modules / listmodsList loaded modules
loadmod <url>Load module from URL
startup-modulesConfigure boot modules
tutorialInteractive tour

🦙 Ollama

ollamaOpen Ollama panel
modelsList available models
model-pull <name>Download a model

📡 Network

search <q>Web search
fetch <url>Fetch web page
ddg <q>DuckDuckGo search
serverStart/status server

🔧 Tools

calc <expr>Calculator
cron-every <s> <cmd>Schedule repeating
cron-list / cron-stopManage jobs
wpmPackage manager
mindmapBrainstorming tool
webdav-statusCloud sync status
webdav-push / pullSync files
theme <name>Change theme
voiceSpeech-to-text
chatChat overlay
gzip / gunzipCompress files
encrypt / decryptAES-256 encrypt

🐚 Shell

export <K>=<V>Set variable
script <file.sh>Run shell script
setList variables
cmd1 ; cmd2Sequence
cmd1 && cmd2Chain (AND)
cmd1 || cmd2Chain (OR)
cmd1 | cmd2Pipe
cmd > fileRedirect output

🖥️ System

statusSystem health
memMemory usage
echo <text>Print text
date / calDate & calendar
whoami / hostnameUser & machine
logs <n>View recent logs
logrotateRotate log files
configConfig manager UI

🔒 Security

securityShow current level
security-level 0-3Set level

Level 0 = permissive · 1 = standard (default) · 2 = paranoid · 3 = audit

⌨️ Shortcuts

↑ / ↓Command history
TabAutocomplete
Ctrl+KQuick Commands panel
EscCancel AI / close
Ctrl+LClear terminal