NoTrack CLI (notrack-cli)
NoTrack CLI is an advanced, Antigravity-inspired agentic Command Line Interface (CLI) powered by the anonymous and uncensored notrack.ai backend. It brings full-featured AI pair-programming, streaming responses, live file generation animations, and autonomous system execution directly to your terminal or Termux environment.
✨ Features
- 🔒 100% Anonymous & Private: No accounts, no API keys required, no tracking.
- 📱 Full Termux & Linux Compatibility: Designed from the ground up to run smoothly on Android Termux as well as Linux desktops & servers.
- ⚡ Antigravity-Inspired Interactive UI: Beautiful Markdown rendering, live streaming output, and smooth syntax-highlighted code generation panels powered by
rich. - 🛠️ Autonomous Tool Execution:
write_file: Dynamically creates & writes files on your system with live typing/creation animations.view_file: Reads local files and feeds context back into conversation.run_command: Executes terminal commands (bash / shell) safely and reports execution results.list_dir: Inspects directory trees and structures.
- 🔄 Interactive Loop & Auto Feedback: Seamlessly sends tool output back to NoTrack AI to complete complex multi-step developer workflows.
🚀 Quick Start & Installation
Option 1: Install via PyPI (Recommended)
pip install notrack-cli
Option 2: Termux (Android) Installation
Open Termux and run:
pkg update && pkg upgrade -y
pkg install python git -y
pip install notrack-cli
💻 Usage
Once installed, simply start the agent by running:
notrack-cli
# or simply
notrack
Example Usage Session:
✦ NoTrack AI CLI v0.1.0 (Termux & Linux Compatible)
Anonymous · No Account · No Tracking · Local Tool Execution Capabilities
❯ Create a python web scraper script named scraper.py and run it to test
NoTrack AI thinking...
[NoTrack AI generates file via tool execution tag...]
✦ Creating/Updating File: scraper.py
[Live syntax-highlighted animation renders line by line]
✔ File created successfully (342 bytes)
⚡ Running Command: python3 scraper.py
[Output rendered in a terminal panel]
🏗️ Architecture
notrack_cli.client: Interacts withhttps://notrack.ai/api/dispatchvia Server-Sent Events (SSE).notrack_cli.tools: Provides local system capabilities (run_command,write_file,view_file,list_dir).notrack_cli.parser: Parses structured tool execution calls (<tool_call:name>...</tool_call:name>).notrack_cli.main: Terminal interface manager, handles rich UI live streams and input sessions.
📜 License
MIT License. Free to use, modify, and distribute!
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file notrack_cli-0.5.0.tar.gz.
File metadata
- Download URL: notrack_cli-0.5.0.tar.gz
- Upload date:
- Size: 17.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/7.0.0 CPython/3.13.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c61dc51c4cb4fe45e623902e677c6be3dbbbece497d7e781858432e5ea367479
|
|
| MD5 |
54178732be19f9be6b368a8b91a53d49
|
|
| BLAKE2b-256 |
dcb74b946cf2c9cab40a296cffc053331fc1dde1a870df8b3bd4353f6c80c111
|
File details
Details for the file notrack_cli-0.5.0-py3-none-any.whl.
File metadata
- Download URL: notrack_cli-0.5.0-py3-none-any.whl
- Upload date:
- Size: 17.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/7.0.0 CPython/3.13.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c4a1eeb0ae10f1dc54a8cd5bf526f2719706e9792170e0ac823298c5257b28c8
|
|
| MD5 |
831faebe3705986a80f94defd4ce426d
|
|
| BLAKE2b-256 |
e7c31332201ced4a79a3a4b7663bd2ea86dd954594394f169eb5bd9d547ac2b5
|