gptcli
OpenAI GPTs cli client written in nim
Summary
| Latest Version | 4.0.0 |
|---|---|
| License | GPL-3.0-or-later |
| CI Status | Failing |
| Downloads | 0 |
| Last Indexed | 2026-09-02 07:21 |
Tags
Authors
- jaredmontoya
Installation
nimble install gptcli
choosenim install gptcli
git clone https://github.com/jaredmontoya/gptcli
OS Compatibility
| Platform | Linux | macOS | Windows | FreeBSD | OpenBSD | NetBSD | Android | iOS | WASM | Embedded |
|---|---|---|---|---|---|---|---|---|---|---|
| gptcli | ✓ | ✓ | ✓ | - | - | - | - | - | - | - |
Dependencies
| Package | Version | Optional |
|---|---|---|
| nim ^= | 2.0.0 | No |
| cligen ^= | 1.6.16 | No |
| pyopenai ^= | 0.2.0 | No |
Source
| Repository | https://github.com/jaredmontoya/gptcli |
|---|---|
| Homepage | https://github.com/jaredmontoya/gptcli |
| Registry Source | nimble_official |
README
GPTCLI
ChatGPT cli client written in nim
Installation
To install gptcli, you can simply run
nimble install gptcli
- Uninstall with
nimble uninstall gptcli. - nimble repo page: https://nimble.directory/pkg/gptcli
Requisites
Usage
gptcli what is 2+2?- run
gptcli --helpfor more info