๐Ÿ“– LuciferAI Complete Command Reference

January 23, 2026 ยท View on GitHub

Comprehensive documentation of all 80+ commands available in LuciferAI

Quick Navigation:


Core Commands

Availability: โœ… 100% offline | โšก <10ms execution | โŒ No LLM required

CommandDescriptionExample
helpShow complete command listhelp
exit, quit, qExit LuciferAIexit
clear, clsClear screenclear
mainmenu, menuShow main menumainmenu
info, system testSystem diagnosticsinfo
pwdShow current directorypwd
demoRun feature showcasedemo
memoryShow conversation memorymemory

File Operations

Availability: โœ… 100% offline | โšก <200ms execution | โŒ No LLM required

All file operations work without any LLM using native OS-level commands.

CommandDescriptionExampleSpeed
list <path>List directory contentslist ~/Documents<50ms
read <file>Display file contentsread config.json<100ms
copy <src> <dest>Copy files or folderscopy file.txt backup.txt<200ms
move <src> <dest>Move files or foldersmove old.txt new.txt<200ms
delete <target>Move to trash with confirmationdelete old_file.txt<100ms
open <file>Open with app selectionopen README.md<500ms
find <pattern>Search for filesfind *.py<1s

Features:

  • Recursive directory operations
  • Trash integration (reversible delete)
  • Smart app selection for open
  • Cross-platform (macOS, Linux, Windows)
  • 99.8% success rate across 10,000+ operations

Script Operations

Availability: โœ… 100% offline | โšก Variable | โŒ No LLM required

Execute and fix Python scripts with FixNet consensus integration.

CommandDescriptionExampleFixNet
run <script>Execute Python scriptrun test.pyโœ… Auto-error detection
fix <script>Fix broken scriptfix broken.pyโœ… Apply consensus fixes
daemon watch <script>Watch for errorsdaemon watch calculator.pyโœ… Live monitoring
daemon autofixAuto-apply trusted fixesdaemon autofixโœ… โ‰ฅ90% consensus
autofix <target>Apply consensus fixesautofix myproject/โœ… Batch fixing

FixNet Workflow (No LLM):

1. Execute script โ†’ Detect error
2. Search FixNet database (local + remote)
3. Calculate consensus (success rate, users)
4. Present fix: "โœ… 94% success rate (119 users)"
5. Apply fix โ†’ Report result

Build & Create

Availability: โš ๏ธ Partial offline | โšก Variable | โš ๏ธ Optional LLM

Basic templates work without LLM. AI generation requires model.

CommandDescriptionExampleLLM Required
create folder <name>Create folder on Desktopcreate folder myprojectโŒ No
create file <name>Create file with templatecreate file script.pyโŒ No
write a script that...Generate code from descriptionwrite a script that sorts filesโœ… Yes
make me a program...Build complete programsmake me a program that checks weatherโœ… Yes
build something that...AI-powered code generationbuild something that downloads imagesโœ… Yes
generate <type>Template generationgenerate flask appโš ๏ธ Templates work without LLM

Template System (No LLM):

  • 85 built-in templates
  • Web scraping, API clients, file ops, data processing
  • Keyword matching for selection
  • 89% average success rate

Model Management

Availability: โœ… 100% offline | โšก <100ms | โŒ No LLM required

Manage models without needing LLM running.

CommandDescriptionExample
llm listShow installed modelsllm list
llm list allShow all 85+ supported modelsllm list all
llm enable <model>Enable a modelllm enable mistral
llm disable <model>Disable a modelllm disable tinyllama
llm enable allEnable all installed modelsllm enable all
llm enable tier 2Enable tier 2 modelsllm enable tier 2
models infoShow model capabilitiesmodels info
backup modelsSet backup models directorybackup models

Model Installation

CommandDescriptionSizeTime
install core modelsRecommended! 4 core models20-30 GB20-40 min
install all modelsInstall ALL 85+ models350-450 GB4-8 hours
install tier 0Basic (TinyLlama)3-4 GB5-10 min
install tier 1General (Llama2)30-35 GB30-60 min
install tier 2Advanced (Mistral)50-60 GB1-2 hours
install tier 3Expert (DeepSeek)80-100 GB2-3 hours
install tier 4Ultra (Llama 70B)200-250 GB4-6 hours

Core Models Include:

  • Tier 0: TinyLlama (1.1B) - Fast responses
  • Tier 1: Llama2 (7B) - General chat
  • Tier 2: Mistral (7B) - Best quality
  • Tier 3: DeepSeek-Coder (6.7B) - Code expert

FixNet & Consensus

Availability: โœ… 100% offline (cached) | โšก <500ms | โŒ No LLM required

Community fix database with consensus validation.

CommandDescriptionExample
fixnet syncSync with community fixesfixnet sync
fixnet statsShow FixNet statisticsfixnet stats
fixnet search <error>Search for fixesfixnet search NameError
dictionary statsShow dictionary metricsdictionary stats

Stats Shown:

  • ๐Ÿ“Š Local fixes stored
  • ๐ŸŒ Remote fixes available
  • ๐ŸŽฏ Smart filter rejection rate (71.4%)
  • ๐Ÿ“ค GitHub commits uploaded
  • ๐Ÿ‘ค User profile & badges

Consensus Trust Levels:

  • Highly Trusted (โ‰ฅ75%): Auto-recommend
  • Trusted (51-74%): Recommend
  • Experimental (30-50%): Warn user
  • Quarantined (<30%): Block

๐Ÿ“˜ Complete FixNet Documentation


Session Management

Availability: โœ… 100% offline | โšก <50ms | โŒ No LLM required

Track 6 months of command history.

CommandDescriptionDetails
session listList recent sessionsLast 10 sessions
session open <id>View full session logComplete command history
session infoCurrent session statsCommands, duration, model usage
session statsOverall statisticsTotal sessions, avg duration

Session Storage:

  • Location: ~/.luciferai/sessions/
  • Format: JSON with metadata
  • Retention: 6 months (auto-cleanup)
  • Size: 2-5KB per session

Environment Management

Availability: โœ… 100% offline | โšก <2s scan | โŒ No LLM required

Detect and manage virtual environments.

CommandDescriptionExample
environments, envsList all virtual environmentsenvironments
env search <query>Search environmentsenv search myproject
activate <env>Activate environmentactivate myproject

Supported Environments:

  • venv (Python standard)
  • virtualenv
  • conda environments
  • poetry environments
  • pyenv versions

Scan Coverage:

  • Conda: ~/anaconda3/envs/, ~/miniconda3/envs/
  • Venv: Recursive search for bin/activate
  • Pyenv: ~/.pyenv/versions/
  • Poetry: ~/.cache/pypoetry/virtualenvs/

GitHub Integration

Availability: โŒ Requires internet | โšก Variable | โŒ No LLM required

CommandDescriptionExample
github linkLink GitHub accountgithub link
github statusCheck connection statusgithub status
github projectsList your repositoriesgithub projects
github upload [proj]Upload project to GitHubgithub upload myproject
github update [proj]Update existing repositorygithub update myproject
github syncSync fixes to FixNet repogithub sync
admin pushAdmin: Push consensus to repoadmin push

Authentication: SSH key-based (no tokens exposed)


Package Management

Availability: โŒ Requires internet | โšก Variable | โŒ No LLM required

CommandDescriptionExample
install <package>Install Python packageinstall requests
luci install <pkg>Install to LuciferAI global envluci install flask
modules search <name>Search for modulemodules search numpy

Package Managers:

  • pip (Python packages)
  • conda (Anaconda packages)
  • brew (macOS system packages)

Testing & Validation

Availability: โœ… Offline tests | โšก 8-22s per test | โš ๏ธ Tests validate LLM

CommandDescriptionTests
testInteractive model selection-
test tinyllamaTest TinyLlama specifically76 tests
test mistralTest Mistral specifically76 tests
`test all$\text{Test} \text{all} \text{installed} \text{models}76 \text{tests} \times \text{N} \text{models}
runtestrun test\text{Run} \text{full} \text{test} \text{suite}76 \text{tests} \times \text{N} \text{models}
$short test`Quick validation (5 queries)5 tests ร— N models

Test Categories (76 tests total):

  • Natural Language (9 tests)
  • Information Commands (8 tests)
  • Complex AI Tasks (14 tests)
  • File Operations (9 tests)
  • Daemon/Fix (6 tests)
  • Model Management (6 tests)
  • Build Tasks (6 tests)
  • Edge Cases (12 tests)
  • Command History (6 tests)

Performance by Tier:

  • Tier 0 (TinyLlama): 8-12s/test, 95-98% pass
  • Tier 1 (Llama2): 10-15s/test, 97-99% pass
  • Tier 2 (Mistral): 12-18s/test, 98-100% pass
  • Tier 3 (DeepSeek): 15-22s/test, 99-100% pass

๐Ÿ“˜ Testing Documentation


Compression

Availability: โœ… 100% offline | โšก <3s | โŒ No LLM required

CommandDescriptionExample
zip <target>Create zip archivezip my_folder
unzip <file>Extract zip archiveunzip archive.zip

Image Operations

Availability: โŒ Requires internet | โšก Variable | โœ… Requires Tier 2+

Requires Mistral or DeepSeek model enabled.

CommandDescriptionExample
image search <query>Search for imagesimage search cute cats
image download <query>Download images (5)image download mountains
image generate <prompt>Generate AI imagesimage generate sunset over ocean
image listList cached imagesimage list
image clearClear image cacheimage clear

Supported Backends:

  • Google Images (search/download)
  • Flux.1 (generation)
  • Stable Diffusion (generation)
  • Fooocus (advanced generation)

Storage: ~/.luciferai/images/


Fan & Thermal Management

Availability: โœ… Offline (macOS only) | โšก Real-time | โŒ No LLM required

Platform: macOS (Intel Macs)
Requires: sudo privileges, smc binary

CommandDescriptionRequires
fan startStart adaptive fan controlsudo
fan stopStop daemon & restore autosudo
fan statusCheck if daemon running-
fan logsView last 50 log entries-

Features:

  • 6-sensor monitoring (CPU, GPU, MEM, HEAT, SSD, BAT)
  • Battery safety overrides (โ‰ฅ45ยฐC = max cooling)
  • 36 hours thermal history logging
  • Real-time trend detection
  • Adaptive fan speed (2000-6200 RPM)

๐Ÿ“˜ Fan Management Documentation


User Progress & Fun

Availability: โœ… 100% offline | โšก <50ms | โŒ No LLM required

CommandDescriptionDetails
badgesShow achievement badges13 badge system
soulSoul modulator statusRarity, level, stats
diabolical modeToggle enhanced modeUnrestricted AI mode
zodiac <sign>Get zodiac informationzodiac scorpio
statsUser statisticsCommands run, fixes applied

Badge System (13 Achievements):

  • ๐ŸŒฑ First Contribution (20 contributions)
  • ๐ŸŒฟ Active Contributor (200 contributions)
  • ๐ŸŒณ Veteran Contributor (1000 contributions)
  • โญ Elite Contributor (2000 contributions)
  • ๐Ÿ“š Template Master (400 templates)
  • ๐Ÿ”ง Fix Specialist (400 fixes)
  • ๐ŸŒŸ Community Favorite (2000 downloads)
  • ๐Ÿ’Ž Quality Contributor (4.5+ avg rating)
  • Plus 5 more badges with multiple levels

Rewards:

  • 7 badges โ†’ Special gift
  • 13 badges โ†’ Easter egg + secret content

Natural Language Queries

Availability: โš ๏ธ Depends on query | โšก Variable | โœ… Requires LLM

Example QueryWhat It Does
what is Python?Get explanations
how do I...?Get instructions
show me all Python filesNatural language file operations
explain this codeCode analysis
what's my IP address?System queries

Fallback Behavior:

  • No LLM: Returns "LLM not available, try installing TinyLlama"
  • Pattern matching: Some queries work via rules (e.g., "list files")

Quick Stats

Total Commands: 80+
Work Offline: 72% (58+ commands)
No LLM Required: 80% (64+ commands)
Average Response Time: 15-50ms (without LLM)

Most Used Commands:

  1. help - Show all commands
  2. llm list - Check installed models
  3. fix <script> - Auto-fix errors
  4. run <script> - Execute scripts
  5. create file/folder - Build structures

Keyboard Shortcuts

KeyAction
Up/Down arrowsNavigate command history (120 commands)
Ctrl+CGraceful shutdown
clearClear screen
exitExit LuciferAI

Command Routing Logic

User Input
    โ”‚
    โ”œโ”€โ–บ Exact match? (help, exit, badges)
    โ”‚     โ””โ”€โ–บ Execute locally (instant) โœ…
    โ”‚
    โ”œโ”€โ–บ File operation? (list, read, copy)
    โ”‚     โ””โ”€โ–บ Execute with file_tools.py โœ…
    โ”‚
    โ”œโ”€โ–บ Script command? (run, fix)
    โ”‚     โ””โ”€โ–บ Execute with FixNet integration โœ…
    โ”‚
    โ”œโ”€โ–บ Question? (what, how, why, ?)
    โ”‚     โ””โ”€โ–บ Route to LLM (if available)
    โ”‚
    โ””โ”€โ–บ Creation task? (create, write, build)
          โ””โ”€โ–บ Route to LLM with step system

See Also


System: LuciferAI Local
Version: 2.1
Last Updated: 2026-01-23
License: MIT

Made with ๐Ÿฉธ by LuciferAI