https://github.com/raodevendrasingh/voltx
A CLI tool to supercharge your terminal with Native AI.
https://github.com/raodevendrasingh/voltx
cli terminal tool
Last synced: 2 days ago
JSON representation
A CLI tool to supercharge your terminal with Native AI.
- Host: GitHub
- URL: https://github.com/raodevendrasingh/voltx
- Owner: raodevendrasingh
- License: mit
- Created: 2025-03-20T16:14:23.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-07-19T06:59:58.000Z (11 months ago)
- Last Synced: 2025-07-19T11:28:03.062Z (11 months ago)
- Topics: cli, terminal, tool
- Language: TypeScript
- Homepage: https://voltx.vercel.app
- Size: 613 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

# About
**Voltx** (pronounced 'voltex') is a modern CLI that lets you harness the power of AI directly inside your terminal. Chat with State-of-the-art LLMs, write scripts, run shell commands, and automate tasks — using natural language.
No GUI. No fluff. Just volts.


## Installation
Install Voltx globally using your preferred package manager:
```bash
# Using npm
npm install -g voltx
# Using bun
bun add -g voltx
# Using pnpm
pnpm add -g voltx
```
## Usage
Once installed, you can run Voltx commands like:
```bash
voltx [command] [options]
```
## Documentation
To initialize the script run the following command:
```bash
voltx init
```
You must have an API_KEY of any of your favourite LLM providers.
### Supported Providers
- Anthropic
- Deepseek
- Gemini
- OpenAI
- Perplexity
For detailed usage of each command, visit: [Voltx Docs](https://voltx.vercel.app)
## Demo
- Agent Mode

## Snapshots



## License
This project is completely free and licensed under the MIT License - see the [LICENSE](LICENSE) file for details.
While attribution is not required under the MIT license, it’s always appreciated if you credit the original developer.
## Support
If you like this project, consider starring the repo to show your support. It helps more than you think!