eyshoit-commits/1bitshit_cli-bkg

1bitshit CLI / Neural OS dashboard

Rust

0

0 commits

updated Jul 11, 2026

See the code

README

1bitshit_cli-bkg

User interface. CLI commands and interactive TUI dashboard.

What this module contains

  • cmd/ - CLI + TUI application (bitshit binary)

Status

Alpha. Basic CLI and TUI work. Many commands are stubs.

Structure

1bitshit_cli-bkg/
└── cmd/
    └── src/
        ├── main.rs          # Entry point
        ├── core/            # App state, bootstrapper
        ├── ui/              # Ratatui components
        ├── cli/             # CLI subcommands
        ├── assets/          # Logos, branding
        └── theme.rs         # Colors

CLI Commands

CommandDescriptionStatus
bitshitLaunch TUI dashboardWorking
bitshit run <model>Direct inferenceWorking
bitshit pull <model>Download modelWorking
bitshit listList modelsWorking
bitshit rm <model>Remove modelWorking
bitshit psList running processesWorking
bitshit setupConfiguration wizardWorking
bitshit boosterHardware tuningWorking
bitshit benchmarkRun benchmarksExperimental
bitshit componentComponent managementExperimental
bitshit ingest <file>File ingestionExperimental
bitshit test_jitJIT testingExperimental
bitshit configConfiguration managementExperimental

What is experimental

  • TUI streaming display
  • Mid-generation pivot (Ctrl+C)
  • Booster configuration
  • Benchmark commands

Build

cargo build -p bitshit-cli

eyshoit-commits/1bitshit_cli-bkg

1bitshit CLI / Neural OS dashboard

Rust

0

0 commits

updated Jul 11, 2026

See the code

README

1bitshit_cli-bkg

User interface. CLI commands and interactive TUI dashboard.

What this module contains

  • cmd/ - CLI + TUI application (bitshit binary)

Status

Alpha. Basic CLI and TUI work. Many commands are stubs.

Structure

1bitshit_cli-bkg/
└── cmd/
    └── src/
        ├── main.rs          # Entry point
        ├── core/            # App state, bootstrapper
        ├── ui/              # Ratatui components
        ├── cli/             # CLI subcommands
        ├── assets/          # Logos, branding
        └── theme.rs         # Colors

CLI Commands

CommandDescriptionStatus
bitshitLaunch TUI dashboardWorking
bitshit run <model>Direct inferenceWorking
bitshit pull <model>Download modelWorking
bitshit listList modelsWorking
bitshit rm <model>Remove modelWorking
bitshit psList running processesWorking
bitshit setupConfiguration wizardWorking
bitshit boosterHardware tuningWorking
bitshit benchmarkRun benchmarksExperimental
bitshit componentComponent managementExperimental
bitshit ingest <file>File ingestionExperimental
bitshit test_jitJIT testingExperimental
bitshit configConfiguration managementExperimental

What is experimental

  • TUI streaming display
  • Mid-generation pivot (Ctrl+C)
  • Booster configuration
  • Benchmark commands

Build

cargo build -p bitshit-cli

Languages

Rust

100.0%