Documentation - Peharge/p-terminal GitHub Wiki
The p-command system provides a unified, extensible command-line interface for automating and visualizing workflows across tools, APIs, directories, WSL distributions, Git repositories, and model runtimes. Commands are invoked using the simple pattern:
p <subcommand>
This lightweight abstraction layer bridges scripting with intuitive commands and GUI/terminal interfaces. Whether you're querying system resources or launching a model pipeline, p
makes it seamless.
- Unified command format
- Modular Python backend (via
pp-commands\
) - Terminal and GUI support
- Dynamic model and directory listing
- Interactive API & GitHub integration
- Full WSL distro handling
- Optimized for extensibility and automation
Each p <subcommand>
is internally mapped to a Python script located under:
pp-commands\
These scripts may present a GUI (via PyQt, tkinter, etc.), a rich terminal interface (curses, rich, prompt_toolkit), or API-driven logic.
Command | Description |
---|---|
p htop |
Launch system process monitor (htop) |
p neofetch |
Show system info via neofetch |
p fastfetch |
Fast system overview |
p screenfetch |
ASCII system display |
p speedtest |
Internet speed test |
p vswhere |
Locate installed Visual Studio |
p pip , p pip ls
|
Python package overview |
p pip list |
Detailed pip package listing |
p python frameworks |
Show Python framework versions |
Command | Description |
---|---|
p search |
Universal smart search |
p google |
Search Google directly |
p google.com |
Open Google in browser |
p wikipedia |
Lookup Wikipedia article |
p youtube |
Search YouTube content |
Command | Description |
---|---|
p ls |
List base directories |
p ls pp-term |
List files in pp-term project |
p ls p-terminal |
List files in p-terminal directory |
p ls mavis |
List files in Mavis project |
p ls mavis-web |
List files in Mavis-Web project |
p ls simon |
List files in Simon project |
p models |
Show available models |
p models ls |
List all model IDs/names |
Command | Description |
---|---|
p git |
Git interface overview |
p git ls |
List all Git-enabled repos |
p git <repo> |
Git actions for specific repo |
p git mavis |
Git on Mavis repo |
p git mavis-web |
Git on Mavis-Web repo |
p git simon |
Git on Simon repo |
p git llama.cpp |
Git LLM engine |
p git pytorch |
Git PyTorch repo |
p git tensorflow |
Git TensorFlow repo |
p git jax |
Git JAX repo |
p git ollama |
Git Ollama repo |
p git transformer |
Git Transformer repo |
p git slicer |
Git 3D Slicer repo |
p git linux |
Git Linux kernel |
p git python |
Git Python core |
p git p-terminal |
Git p-terminal |
p git p-terminal-old |
Legacy p-terminal repo |
Command | Description |
---|---|
p run all |
Run all registered models |
p run gemma3 |
Run Gemma3 model |
p run deepseek-r1 |
Run DeepSeek R1 model |
p run qwen2.5 |
Run Qwen 2.5 |
p run qwen2.5-coder |
Run Qwen 2.5 Coder |
Command | Description |
---|---|
p huggingface |
Launch HuggingFace |
p github |
Open GitHub main |
p github <project> |
Navigate to specific GitHub project |
p github commits |
View recent commits |
p github issues |
View issue tracker |
p github pulls |
View pull requests |
p github readme |
Open project README |
p github releases |
List project releases |
p ollama |
Open Ollama AI |
p monai.com |
Visit MONAI |
p python.com |
Visit Python.org |
p pytorch.com |
Visit PyTorch |
p pytorch-github.com |
PyTorch GitHub |
p 3dslicer.com |
Visit 3D Slicer |
p 3dslicer-github.com |
3D Slicer GitHub |
p simon.com |
Simon homepage |
p mavis.com |
Mavis homepage |
Command | Description |
---|---|
p wsl |
List all WSL distributions |
p ubuntu |
Launch Ubuntu WSL |
p debian |
Launch Debian WSL |
p kali |
Launch Kali Linux WSL |
p arch |
Launch Arch Linux WSL |
p mint |
Launch Linux Mint WSL |
p opensuse |
Launch openSUSE WSL |
p fedora |
Launch Fedora WSL |
p redhat |
Launch RedHat WSL |
p alpine |
Launch Alpine WSL |
p clear |
Launch Clear Linux WSL |
p oracle |
Launch Oracle Linux WSL |
p pengwin |
Launch Pengwin WSL |
p sles |
Launch SUSE Linux WSL |
Command | Description |
---|---|
p p-terminal |
Launch p-terminal interface |
p mavis |
Launch Mavis tool |
p simon |
Launch Simon interface |
The pp-Command-System enables the unconditional execution of security-critical commands with administrator privileges. It is designed to securely and directly execute system-level functions — file operations, process management, network scans, and PowerShell commands — via
pp <command>
Each command in the pp
system internally uses
run_command_with_admin_python_privileges
to provide a secure elevated environment for PowerShell or Python-compatible operations.
Command | Description |
---|---|
pp-rm <file_or_folder> |
Recursively deletes files/folders with Force |
pp-open <file> |
Opens a file with the default program |
pp-run <exe_or_script> |
Starts any executable file |
pp-del <target> |
Alternative to pp-rm , also recursive |
pp-mkdir <foldername> |
Creates a new directory |
pp-touch <filename> |
Creates an empty file |
pp-cp <source> <destination> |
Copies files/folders including all contents |
pp-mv <source> <destination> |
Moves files or directories |
pp-ls |
Lists contents of the current directory |
pp-cat <file> |
Outputs the content of a file in the terminal |
pp-zip <source> <target.zip> |
Compresses a directory |
pp-unzip <.zip> <target_directory> |
Extracts ZIP file |
Command | Description |
---|---|
pp-search <term> |
Searches files in the directory for the term |
Command | Description |
---|---|
pp-ping <host> |
Pings target server (4 times) |
pp-ipconfig |
Shows the system's IP configuration |
pp-netstat |
Lists active TCP connections |
Command | Description |
---|---|
pp-users |
Shows all local user accounts |
pp-procs |
Displays running processes with CPU and memory usage |
pp-kill <pid / processname>\ |
Terminates process by PID or name |
pp-services |
Lists active Windows services |
Command | Description |
---|---|
pp-cpp <command> |
Executes a general CMD or PowerShell command with C++ code and admin rights |
pp-c <command> |
Executes a general CMD or PowerShell command with C code and admin rights |
pp-p <python_code> |
Executes a general CMD or PowerShell command with Python code and admin rights |
- Every command is executed with elevated privileges — no prompt or confirmation!
- Faulty or dangerous commands such as
pp-rm *
can cause serious damage. - All inputs should be handled carefully — logging records all operations.
The ps
Command-System (short for Peharge Search) provides direct access to curated developer resources, search engines, and platforms.
Instead of manually navigating through dozens of tabs, you can perform precise searches — directly from the shell.
Command | Description |
---|---|
ps <search_term> |
Performs a general web search with intelligent ranking |
ps-all <search_term> |
Searches multiple engines simultaneously (multisource) |
ps-img <search_term> |
Displays the first found image related to the topic |
Command | Description |
---|---|
ps-w3schools <topic> |
Quick access to web standards (HTML, CSS, JS) |
ps-developer-mozilla <topic> |
Searches MDN Web Docs (official Mozilla documentation) |
ps-geeksforgeeks <topic> |
Programming solutions and examples |
ps-realpython <topic> |
Practical Python tutorials and deep dives |
Command | Description |
---|---|
ps-stackoverflow <question> |
Searches Stack Overflow specifically for problem solutions |
ps-stackexchange <question> |
Searches StackExchange (including math, AI, security, etc.) |
Command | Description |
---|---|
ps-huggingface <model> |
Searches models or datasets on HuggingFace |
ps-arxiv <topic> |
Researches scientific publications (preprints) |
ps-paperswithcode <topic> |
Links papers with source code & benchmarks |
ps-ollama <model> |
Local AI model research with Ollama |
Command | Description |
---|---|
ps-github <project> |
Finds relevant repositories on GitHub |
ps-pypi <package_name> |
Searches the Python package index |
ps-kaggle <project> |
Finds datasets, competitions, or notebooks |
Note: All searches are performed via specialized functions such as
search_stackoverflow()
,search_paperswithcode()
, etc., depending on the platform.
The pa
commands are used to communicate with locally running AI models via Ollama.
-
pa <input>
: Standard access to the primary AI model (e.g., qwen:14b).
-
pa-qwen3:0.6b <input>
: Uses the small Qwen model (0.6B). -
pa-qwen3:1.7b <input>
: Uses Qwen 1.7B. -
pa-qwen3:4b <input>
: Uses Qwen 4B. -
pa-qwen3:8b <input>
: Uses Qwen 8B. -
pa-qwen3:14b <input>
: Uses Qwen 14B. -
pa-qwen3:30b <input>
: Uses Qwen 30B. -
pa-qwen3:32b <input>
: Uses Qwen 32B. -
pa-qwen3:235b <input>
: Uses Qwen 235B.
-
pa-llama4:scout <input>
: Uses LLaMA 4 Scout model. -
pa-llama4:maverick <input>
: Uses LLaMA 4 Maverick model.
-
pa-deepseek-r1:1.5b <input>
: DeepSeek R1 with 1.5B parameters. -
pa-deepseek-r1:7b <input>
: DeepSeek R1 with 7B. -
pa-deepseek-r1:8b <input>
: DeepSeek R1 with 8B. -
pa-deepseek-r1:14b <input>
: DeepSeek R1 with 14B. -
pa-deepseek-r1:32b <input>
: DeepSeek R1 with 32B. -
pa-deepseek-r1:70b <input>
: DeepSeek R1 with 70B. -
pa-deepseek-r1:671b <input>
: DeepSeek R1 with 671B.
-
pa-gemma3:1b <input>
: Gemma 3 model with 1B parameters. -
pa-gemma3:4b <input>
: Gemma 3 model with 4B. -
pa-gemma3:12b <input>
: Gemma 3 model with 12B. -
pa-gemma3:27b <input>
: Gemma 3 model with 27B.
-
pa-devstral <input>
: Access to a special developer model called Devstral.
This documentation describes all available text commands and their professional usage within your WSL environment. Each command is categorized by prefix, distribution, and language/compiler.
-
lx <command>
Executes<command>
directly in the default WSL distribution (default Linux). Example:lx ls -la
→ lists all files in the current directory. -
pl <command>
Alias forlx
, stands for “peharge linux”. Identical functionality.
Prefix | Description |
---|---|
-cpp |
Passes the command through the C++ compiler/interpreter. |
-c |
Executes the command in a C shell and forwards it directly to Linux. |
-p |
Runs the command with the Python interpreter. |
Examples:
-
lx-cpp g++ main.cpp -o main
compiles a C++ file -
pl-p python3 script.py
runs a Python script
Each distribution can optionally be combined with language extensions. Replace <dist>
with one of the following values:
ubuntu
, debian
, kali
, arch
, openSUSE
, mint
, fedora
, redhat
, sles
, pengwin
, oracle
, alpine
, clear
Syntax:
<dist>[-cpp|-c|-p] <command>
Examples:
-
ubuntu apt update
→ updates package lists on Ubuntu -
debian-c gcc hello.c -o hello
→ executes the command in a C shell and forwards it to Debian -
arch-p python3 -m venv venv
→ creates a Python virtual environment on Arch Linux
Command | Description |
---|---|
Generic Commands | |
lx <cmd> |
Executes <cmd> in the default WSL distribution. |
pl <cmd> |
Alias for lx . |
C++ Integration | |
lx-cpp <cmd> |
Compatible with C++ mode (e.g. g++ ). |
pl-cpp <cmd> |
Alias for lx-cpp . |
lx-cpp-c <cmd> |
Combines C++ and C mode. |
pl-cpp-c <cmd> |
Alias for lx-cpp-c . |
C Integration | |
lx-c <cmd> |
Runs <cmd> in a C shell and forwards it unchanged to the default WSL distribution. |
pl-c <cmd> |
Alias for lx-c . |
lx-c-c <cmd> |
Double C extension for dedicated toolchains. |
pl-c-c <cmd> |
Alias for lx-c-c . |
Python Integration | |
lx-p <cmd> |
Runs <cmd> using the Python interpreter. |
pl-p <cmd> |
Alias for lx-p . |
lx-p-c <cmd> |
Python + C mode for native extensions. |
pl-p-c <cmd> |
Alias for lx-p-c . |
Distributions Without Suffix | |
ubuntu <cmd> |
Executes <cmd> on Ubuntu. |
debian <cmd> |
Executes <cmd> on Debian. |
kali <cmd> |
Executes <cmd> on Kali Linux. |
arch <cmd> |
Executes <cmd> on Arch Linux. |
openSUSE <cmd> |
Executes <cmd> on openSUSE. |
mint <cmd> |
Executes <cmd> on Linux Mint. |
fedora <cmd> |
Executes <cmd> on Fedora. |
redhat <cmd> |
Executes <cmd> on Red Hat Enterprise Linux. |
sles <cmd> |
Executes <cmd> on SUSE Linux Enterprise Server. |
pengwin <cmd> |
Executes <cmd> on Pengwin. |
oracle <cmd> |
Executes <cmd> on Oracle Linux. |
alpine <cmd> |
Executes <cmd> on Alpine Linux. |
clear <cmd> |
Executes <cmd> on Clear Linux. |
... | ... (more distributions possible) |
This overview lists typical commands for running or compiling code in various programming languages.
The placeholder <code>{user_input}</code>
represents the respective source code filename or script.
pc g++ {user_input} // Compile a C++ file
pc gcc {user_input} // Compile a C file
wsl g++ --version // Show installed G++ version
wsl {user_input} // Run a compiled program inside WSL
... // more distributions possible
pc-cpp {user_input} // Compile a C++ file
cppc {user_input} // Compile a C++ file
prcpp {user_input} // Compile a C++ file and run the executable
... // more distributions possible
pc-c {user_input} // Compile a C file
cc {user_input} // Compile a C file
prc {user_input} // Compile a C file and run the executable
... // more distributions possible
pc-ss {user_input} // Compile a C# file
csc {user_input} // Compile a C# file
prcs {user_input} // Compile a C# file and run the executable
... // more distributions possible
pc-rust {user_input} // Compile a Rust file
rustc {user_input} // Compile a Rust file
prr {user_input} // Compile a Rust file and run the executable
... // more distributions possible
pc-js {user_input} // Run a JavaScript file
pc-node {user_input} // Run a JavaScript file
node {user_input} // Run a JavaScript file
tsc {user_input} // Compile a TypeScript file
ts-node {user_input} // Run a TypeScript file directly
... // more distributions possible
pc-java {user_input} // Compile a Java file
javac {user_input} // Compile a Java file
java -jar {user_input} // Run a .jar file
prj {user_input} // Compile a Java file and run the executable
... // more distributions possible
pc-kotlin {user_input} // Compile with runtime environment
kotlinc hello.kt -include-runtime -d {user_input}
// Compile with runtime environment
kotlinc -script {user_input} // Run a Kotlin script
... // more distributions possible
prp {user_input} // Run a Python script
pcp {user_input} // Create an executable file
pc-python {user_input} // Create an executable file
python {user_input} // Run a Python script
pythonc {user_input} // Create an executable file
pyinstaller --onefile {user_input}
// Create an executable file
pyinstaller --onefile --noconsole --icon={user_input}
// Create executable with icon and no console
... // more distributions possible
pc-go {user_input} // Compile or run Go code
go run {user_input} // Run Go code
go build {user_input} // Build Go code
... // more distributions possible
pc-julia {user_input} // Julia
pc-php {user_input} // PHP
pc-lua {user_input} // Lua
pc-tsc {user_input} // Lua with srlua (Lua compiler)
pc-swift {user_input} // Swift
pc-dart {user_input} // Dart
pc-haskell {user_input} // Haskell interactive
pc-dotnet {user_input} // F# interactive shell
pc-scalac {user_input} // Compile Scala
pc-clj {user_input} // Clojure
pc-ocamlc {user_input} // OCaml
pc-elixir {user_input} // Elixir
... // More possible
Our debugger commands provide you with an efficient and clear way
to analyze your programs in the following programming languages and quickly identify errors:
-
pd-cpp
(C++) -
pd-c
(C) -
pd-cs
(C#) -
pd-p
(Python) -
pd-rust
(Rust) -
pd-node
(Node.js) -
pd-java
(Java) -
pd-ruby
(Ruby) -
pd-r
(R) -
pd-go
(Go) -
pd-julia
(Julia) -
pd-php
(PHP) -
pd-lua
(Lua) -
pd-ts
(TypeScript) -
pd-kotlin
(Kotlin) -
pd-swift
(Swift) -
pd-dart
(Dart) - ...
With short, precise debug commands, we enable you to perform fast error analysis
and fixing directly in your development process. Our tools are specially designed
to maximize the efficiency of your debugging work while maintaining clarity.
These commands activate various fun console animations, ASCII games, or amusing effects.
Ideal for terminal entertainment or demonstrations.
-
fun
Starts a general fun overview or default animation. -
fun sl
Displays an animated train, inspired by typos of the commandls
. -
fun aafire
Simulates animated ASCII fire in the terminal. -
fun cmatrix
Matrix-style green code rain animation. -
fun cow
ASCII cow that “speaks” text. Uses cowsay or similar logic. -
fun dragon
ASCII dragon that outputs text (similar to cowsay). -
fun figlet
Creates large ASCII letters from text. -
fun fortune
Displays a random humorous or wise quote. -
install fun main
Installs main components of the fun command collection. -
fun ponysay
Extension of cowsay with ASCII ponies (My Little Pony). -
fun telnet
Opens Telnet to classic ASCII services (e.g., Star Wars). -
fun train
ASCII-style train animation. -
fun train a
Variant A of the train animation. -
fun train F
Variant F of the train animation (e.g., fast speed). -
fun train l
Slow or different animated train track. -
fun train S
Special train variant (e.g., steam locomotive). -
fun train t
Variant with transparent layout or special effect. -
fun install games
Installs games playable with the fun commands. -
fun bastet
Terminal version of Tetris with “smart” blocks (Bastet). -
fun chess
Starts a chess game (e.g., GNU Chess in the terminal). -
fun moon-buggy
ASCII game with a moon buggy avoiding obstacles. -
fun nethack
Starts the classic ASCII role-playing game NetHack. -
fun nsnake
Snake game for the terminal (ASCII graphics). -
fun pacman
ASCII version of Pacman. -
fun tictactoe
Tic-Tac-Toe (three in a row) in the terminal. -
fun tint
A text-based RPG or adventure game. -
fun tetris
Classic Tetris in the terminal (e.g., vitetris). -
fun calculator
Starts a console calculator. -
fun calc
Alias forfun calculator
. -
fun install calculator
Installs the required calculator environment. -
fun matrix
Matrix effect (green rain of numbers). -
fun matrix green
Matrix effect in green – the classic. -
fun aquarium
ASCII aquarium with fish and bubbles. -
fun aqua
Alias forfun aquarium
. -
fun bb
Shows a complex ASCII animation with music – a classic!
-
jup-p {FILE}
Creates a Jupyter environment for Python inside the currentvenv
and optionally opens a specified file liketest.jup
or a classic.ipynb
notebook. -
jup-r {FILE}
Creates a Jupyter environment for R (Rscript) inside the currentvenv
. A file such astest.jup
or.ipynb
can also be opened directly. -
jup-j {FILE}
Sets up a Jupyter environment for Julia in the currentvenv
. Similarly, files liketest.jup
or.ipynb
can be opened directly. -
jupl
Starts JupyterLab, a modern web interface for Jupyter notebooks.
Note: These commands support both classic .ipynb
files and .jup
files like test.jup
.
Command | Description |
---|---|
cd <cmd> |
Change directory |
cd2 <PowerShell> |
Change directory |
cd3 <Linux> |
Change directory |
Command | Description |
---|---|
cls |
Clear screen (Windows) |
clear |
Clear screen (Windows + Linux) |
dir |
List directory contents (Windows) |
ls |
List directory contents (Linux) |
pcf |
Create a new file |
pcfo |
Create a new directory or mkdir |
rmdir |
Remove a directory |
pcv |
Creates a virtual environment for Python |
pav |
Creates a virtual environment for Python, or use pavf to activate a virtual environment from another folder |
del |
Delete a file (Windows) |
rm |
Remove a file (Linux) |
pb |
Open a URL in your default browser, e.g., pb google.com
|
echo |
Print text to output |
type |
Display contents of a file (Windows) |
cat |
Display contents of a file (Linux) |
exit |
Exit application |
restart |
Restart PP-Terminal |
restart-os |
Restart Windows |
alpine |
Alpine Linux command |
htop |
Interactive process viewer for system resources |
bashtop |
Real-time system monitor with a nice user interface |
taskmanager |
Alternative to system task manager |
btop |
Advanced system monitor similar to bashtop |
atop |
Comprehensive performance monitor for Linux systems |
emacs |
Powerful text editor and development environment |
vim |
Advanced text editor for developers |
nano |
Simple terminal text editor |
dstat |
Real-time statistics of system resources |
nmon |
System performance monitor |
glances |
System monitoring with comprehensive information |
iftop |
Real-time network bandwidth monitor |
nethogs |
Shows network usage per process |
bmon |
Bandwidth monitor for network interfaces |
tcpdump |
Packet sniffer for network diagnostics |
speedtest-cli |
Tests internet speed from the command line |
ncdu |
Disk usage analyzer in terminal |
duf |
Disk usage finder with nice output |
lsblk |
Shows information about block devices |
iotop |
Shows real-time I/O load per process |
fzf |
Interactive command-line file finder |
fd |
Fast and user-friendly file finder |
ripgrep |
Fast search in files |
tmux |
Terminal multiplexer for managing multiple sessions |
bat |
Enhanced cat command with syntax highlighting |
exa |
Modern replacement for ls
|
tldr |
Concise man pages |
gitui |
User interface for Git in terminal |
lazygit |
Simple Git client in terminal |
zoxide |
Fast directory jumper |
starship |
Modern and customizable shell prompt |
nala |
Alternative frontend for apt package manager |
bpytop |
Real-time system monitor written in Python |
belnder |
3D graphics and animation software (probably Blender) |
clion |
C/C++ IDE by JetBrains |
community |
Community tools or plugins |
intellij |
IDE for Java and other languages |
pycharm |
Python IDE by JetBrains |
rider |
IDE for .NET development by JetBrains |
Befehl | Beschreibung |
--------------------------- | ----------------------------------------------- |
vs-code |
Visual Studio Code Editor |
webstorm |
IDE für Webentwicklung von JetBrains |
golab |
Go-Entwicklungsumgebung |
phpstorm |
PHP IDE von JetBrains |
githubdesktop |
GitHub Desktop Client |
nvim |
Neovim, verbesserter Vim-Editor |
code |
Startet Visual Studio Code |
micro |
Einfacher Terminal-Texteditor |
gedit |
Einfacher GUI-Texteditor für GNOME |
update |
System- oder Programm-Update starten |
selfupdate |
PP-Terminal oder Programm selbst aktualisieren |
update pp-term |
PP-Terminal aktualisieren (vermutlich Schreibfehler in Pfad) |
kakoune |
Modaler Terminal-Texteditor |
helix |
Moderner Terminal-Texteditor |
jed |
Texteditor mit Emacs-ähnlichen Funktionen |
joe |
Einfacher Terminal-Texteditor |
mg |
Minimalistischer Emacs-kompatibler Editor |
acme |
Fensterbasierter Editor (Plan 9) |
geany |
Leichte IDE und Texteditor |
kate |
Fortgeschrittener Texteditor für KDE |
mousepad |
Einfacher GUI-Texteditor für XFCE |
xed |
Texteditor für Linux Mint |
entr |
Führt Befehle bei Dateiänderungen aus |
asdf |
Version Manager für Programmiersprachen |
direnv |
Automatische Umgebung für Verzeichnisse |
nmap |
Netzwerkscanner zur Sicherheitsanalyse |
iperf3 |
Netzwerk-Benchmarking-Tool |
glow |
Markdown-Renderer im Terminal |
ranger |
Terminal-basierter Dateimanager |
espanso |
Text-Expander für Automatisierungen |
plasma-workspace |
KDE Plasma Desktop-Umgebung starten |
syncthing |
Dateisynchronisation über Netzwerke |
flatpak |
Softwarepaketverwaltung für Flatpak-Anwendungen |
atom |
Texteditor von GitHub |
lite-xl |
Leichter Texteditor |
weather |
Wetterinformationen anzeigen |
g++ |
C++ Compiler |
gcc |
C Compiler |
scoop |
Manage apps via Scoop package manager (Windows) |
choco |
Manage apps via Chocolatey package manager (Windows) |
winget |
Manage apps via Winget package manager (Windows) |
speedtest |
Run internet speed test |
kill |
Kill a running process |
download |
Download a file from a URL |
cputemp |
Display CPU temperature |
chucknorris |
Show Chuck Norris jokes |
theme |
Change the application's theme |
cleantemp |
Clean temporary files |
selfupdate |
Update the application to latest version |
tree |
Display directory tree structure |
py |
Execute Python code |
ask |
Ask a question (AI interaction) |
weather |
Show current weather information |
whoami |
Display current user information |
hostname |
Display machine hostname |
ip |
Display IP address information |
os |
Display operating system information |
time |
Display current time |
date |
Display current date |
open |
Open a file or application |
fortune |
Display a random fortune quote |
history |
Show command history |
search |
Search for files or commands |
zip |
Compress files into a zip archive |
unzip |
Extract files from a zip archive |
sysinfo |
Show system information |
clip set |
Set clipboard content |
clip get |
Get clipboard content |
ping |
Ping a network address |
emptytrash |
Empty the trash/recycle bin |
launch |
Launch an application |
doctor |
Run system doctor check |
mavis env install |
Install Mavis environment |
install mavis env |
Install Mavis environment |
install mavis3 |
Install Mavis version 3 |
install mavis3.3 |
Install Mavis version 3.3 |
install mavis4 |
Install Mavis version 4 |
install mavis4.3 |
Install Mavis version 4.3 |
mavis env update |
Update Mavis environment |
update mavis env |
Update Mavis environment |
mavis update |
Update Mavis repository |
update mavis |
Update Mavis repository |
security |
Run security check |
p-terminal security |
Run security check in terminal |
securitycheck |
Run security check |
info |
Show general information |
mavis info |
Show Mavis information |
info mavis |
Show Mavis information |
p-term info |
Show terminal information |
info p-term |
Show terminal information |
neofetch |
Display system information |
fastfetch |
Display system information quickly |
screenfetch |
Display system information |
jupyter |
Run Jupyter |
run jupyter |
Run Jupyter |
run ju |
Run Jupyter |
run mavis-4 |
Run Mavis version 4 |
run mavis-4-3 |
Run Mavis version 4.3 |
run mavis-4-fast |
Run Mavis version 4 fast |
run mavis-4-3-fast |
Run Mavis version 4.3 fast |
run mavis-launcher-4 |
Run Mavis launcher |
run ollama mavis-4 |
Install Ollama Mavis version 4 |
install ollama mavis-4 |
Install Ollama Mavis version 4 |
change models mavis-4 |
Change models for Mavis version 4 |
change models |
Change models |
grafana |
Run Grafana |
run grafana |
Run Grafana |
install grafana |
Install Grafana |
account |
Manage Mavis account |
run qwen3:0.6b |
Run Qwen 3 model version 0.6b |
run qwen3:1.7b |
Run Qwen 3 model version 1.7b |
run qwen3:4b |
Run Qwen 3 model version 4b |
run qwen3:8b |
Run Qwen 3 model version 8b |
run qwen3:14b |
Run Qwen 3 model version 14b |
run qwen3:32b |
Run Qwen 3 model version 32b |
run qwen3:30b |
Run Qwen 3 model version 30b |
run qwen3:235b |
Run Qwen 3 model version 235b |
run deepseek-r1:1.5b |
Run DeepSeek model version 1.5b |
run deepseek-r1:7b |
Run DeepSeek model version 7b |
run deepseek-r1:8b |
Run DeepSeek model version 8b |
run deepseek-r1:14b |
Run DeepSeek model version 14b |
run deepseek-r1:32b |
Run DeepSeek model version 32b |
run deepseek-r1:70b |
Run DeepSeek model version 70b |
run deepseek-r1:671b |
Run DeepSeek model version 671b |
run deepscaler |
Run DeepScaler |
run llama3.1:8b |
Run Llama3.1 model version 8b |
run llama3.1:70b |
Run Llama3.1 model version 70b |
run llama3.1:405 |
Run Llama3.1 model version 405b |
run llama3.2:1b |
Run Llama3.2 model version 1b |
run llama3.2:3b |
Run Llama3.2 model version 3b |
run llama3.3 |
Run Llama3.3 model |
run llama3:8b |
Run Llama3 model version 8b |
run llama3:70b |
Run Llama3 model version 70b |
run mistral |
Run Mistral model |
run mistral-large |
Run Mistral large model |
run mistral-nemo |
Run Mistral Nemo model |
run mistral-openorca |
Run Mistral OpenOrca model |
run mistral-small:22b |
Run Mistral small model version 22b |
run mistral-small:24b |
Run Mistral small model version 24b |
run phi4 |
Run Phi4 model |
run qwen2.5:0.5b |
Run Qwen2.5 model version 0.5b |
run qwen2.5:1.5b |
Run Qwen2.5 model version 1.5b |
run qwen2.5:3b |
Run Qwen2.5 model version 3b |
run qwen2.5:7b |
Run Qwen2.5 model version 7b |
run qwen2.5:14b |
Run Qwen2.5 model version 14b |
run qwen2.5:32b |
Run Qwen2.5 model version 32b |
run qwen2.5:72b |
Run Qwen2.5 model version 72b |
run qwen2.5-coder:0.5b |
Run Qwen2.5 Coder model version 0.5b |
run qwen2.5-coder:1.5b |
Run Qwen2.5 Coder model version 1.5b |
run qwen2.5-coder:3b |
Run Qwen2.5 Coder model version 3b |
run qwen2.5-coder:7b |
Run Qwen2.5 Coder model version 7b |
run qwen2.5-coder:14b |
Run Qwen2.5 Coder model version 14b |
run qwen2.5-coder:32b |
Run Qwen2.5 Coder model version 32b |
run gemma3:1b |
Run Gemma3 model version 1b |
run gemma3:4b |
Run Gemma3 model version 4b |
run gemma3:12b |
Run Gemma3 model version 12b |
run gemma3:27b |
Run Gemma3 model version 27b |
run qwq |
Run QwQ model |
run command-a |
Run Command-A |
run phi4-mini |
Run Phi4 mini model |
run granite3.2:8b |
Run Granite3.2 model version 8b |
run granite3.2:2b |
Run Granite3.2 model version 2b |
run granite3.2-vision:2b |
Run Granite3.2 Vision model version 2b |
run qwen-2-5-omni:7b |
Run Qwen-2.5 Omni model version 7b |
run qvq:72b |
Run QVQ model version 72b |
run qwen-2-5-vl:32b |
Run Qwen-2.5 VL model version 32b |
run qwen-2-5-vl:72b |
Run Qwen-2.5 VL model version 72b |
run llama-4-maverick:17b |
Run Llama-4 Maverick model version 17b |
run llama-4-scout:17b |
Run Llama-4 Scout model version 17b |
run deepcoder:1.5b |
Run DeepCoder model version 1.5b |
run deepcoder:14b |
Run DeepCoder model version 14b |
run mistral-small3.1 |
Run Mistral small model version 3.1 |
help |
Display help information |
image generation |
Generate an image |
chat |
Start a chat session |
...