Aurex — Terminal AI Coding Agent powered by NVIDIA NIM
Project description
Aurex
Terminal AI Coding Agent powered by NVIDIA NIM
█████╗ ██╗ ██╗██████╗ ███████╗██╗ ██╗
██╔══██╗██║ ██║██╔══██╗██╔════╝╚██╗██╔╝
███████║██║ ██║██████╔╝█████╗ ╚███╔╝
██╔══██║██║ ██║██╔══██╗██╔══╝ ██╔██╗
██║ ██║╚██████╔╝██║ ██║███████╗██╔╝ ██╗
╚═╝ ╚═╝ ╚═════╝ ╚═╝ ╚═╝╚══════╝╚═╝ ╚═╝
Aurex is a Claude Code-style AI agent that runs in your terminal. It can read/write files, run commands, search your codebase, and reason through multi-step coding tasks — all powered by NVIDIA NIM.
Install
Option 1 — From PyPI (after publishing)
pip install aurex
Option 2 — From GitHub (recommended for now)
pip install git+https://github.com/YOUR_USERNAME/aurex.git
Option 3 — Local development install
git clone https://github.com/YOUR_USERNAME/aurex.git
cd aurex
pip install -e .
Then just run:
aurex
Commands
| Command | Description |
|---|---|
model |
View / change the active AI model |
clear |
Wipe conversation history |
files |
List files in current directory |
help |
Show command list |
exit |
Quit |
Tools Aurex can use
- read_file — Read any file
- write_file — Create or overwrite files
- run_command — Execute shell commands
- list_files — Browse directories
- search_files — Search code with grep
- delete_file — Remove files
Available Models
Switch models at any time by typing model inside Aurex:
- moonshotai/kimi-k2.6
- mistralai/mistral-medium-3.5-128b
- nvidia/nemotron-3-nano-omni-30b-a3b-reasoning
- deepseek-ai/deepseek-v4-flash
- deepseek-ai/deepseek-v4-pro
- mistralai/mistral-large-3-675b-instruct-2512
- qwen/qwen3-coder-480b-a35b-instruct
- meta/llama-3.2-90b-vision-instruct
- ...and more
Type C for a completely custom model name.
Publishing to PyPI (when ready)
pip install build twine
# Build
python -m build
# Upload
twine upload dist/*
You'll need a PyPI account and API token.
Requirements
- Python 3.9+
openai>= 1.0.0rich>= 13.0.0
License
MIT
Project details
Release history Release notifications | RSS feed
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 aurafarmer-0.1.0.tar.gz.
File metadata
- Download URL: aurafarmer-0.1.0.tar.gz
- Upload date:
- Size: 8.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5643b8b3fbe3984658d17b9d44720c2483de8efbc75c944b33c0d0ccc2cbf0e4
|
|
| MD5 |
99c8dfe06d86a812875364c49197d685
|
|
| BLAKE2b-256 |
d72b0731fc0e1517d677d6164c60db3841595ac560bfad8db01fa16ea806eb0c
|
File details
Details for the file aurafarmer-0.1.0-py3-none-any.whl.
File metadata
- Download URL: aurafarmer-0.1.0-py3-none-any.whl
- Upload date:
- Size: 10.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6376ac008d2e54be2fb91d9e4e0bdbde07afbc428080696e8dd5d19a4cfc931d
|
|
| MD5 |
997a6e39cf14f57e9f9d1e2e74e21883
|
|
| BLAKE2b-256 |
a00b5c8dd83a5e37c1d8f9dd387fb4148990b0e9bacb5756aff51ab9595adb70
|