Views
No views yet
curl -fsSL https://raw.githubusercontent.com/0-Time/INCEPT.sh/main/install.sh | bash1# Download model
2huggingface-cli download 0Time/INCEPT-SH \
3 incept-sh.gguf --local-dir ./models
4
5# Clone and install
6git clone https://github.com/0-Time/INCEPT.sh
7cd INCEPT.sh
8pip install -e ".[cli]"
9incept1# Interactive CLI
2incept
3
4# One-shot
5incept -c "list all open ports"
6
7# Minimal output (pipe-friendly)
8incept -c "find large files" -m
9
10# With model reasoning
11incept --think| Command | Description |
|---|---|
/think on|off | Toggle chain-of-thought reasoning |
/context | Show detected system context |
/help | List available commands |
/exit | Exit |
<|im_start|>system
ubuntu 22.04 bash non-root
<|im_end|>
<|im_start|>user
{natural language query}
<|im_end|>
<|im_start|>assistant
<think>
</think>
| Parameter | Value |
|---|---|
| Base model | Qwen/Qwen3.5-0.8B |
| Training method | Supervised fine-tuning (LoRA, rank 16) |
| Training examples | 79,264 (SFT) + 11,306 (pipe refinement) |
| Learning rate | 5×10⁻⁵ |
| Quantization | Q8_0 (774MB) |
| Supported distros | Ubuntu, Debian, RHEL, Arch, Fedora, CentOS |
| Training hardware | Apple M4 Mac mini, 32GB unified RAM |
rm -rf /, fork bombs, pipe-to-shell, etc.)SAFE / CAUTION / DANGEROUS / BLOCKEDllama-server on PATH