Top AI Repos — open-source AI, indexed and scored
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
AIx is a cli tool to interact with Large Language Models (LLM) APIs.
| Date | Stars |
|---|---|
| 2026-07-31 | 319 |
| 2026-08-06 | 319 |
Today
— stars today
This week
— stars this week
This month
— stars this month
Momentum
0.0
growth rate 0.00%/day
<h1 align="center"> AIx <br> </h1> <p align="center"> <a href="https://opensource.org/licenses/MIT"><img src="https://img.shields.io/badge/license-MIT-_red.svg"></a> <a href="https://goreportcard.com/badge/github.com/projectdiscovery/aix"><img src="https://goreportcard.com/badge/github.com/projectdiscovery/aix"></a> <a href="https://pkg.go.dev/github.com/projectdiscovery/aix/pkg/aix"><img src="https://img.shields.io/badge/go-reference-blue"></a> <a href="https://github.com/projectdiscovery/aix/releases"><img src="https://img.shields.io/github/release/projectdiscovery/aix"></a> <a href="https://twitter.com/pdiscoveryio"><img src="https://img.shields.io/twitter/follow/pdiscoveryio.svg?logo=twitter"></a> <a href="https://discord.gg/projectdiscovery"><img src="https://img.shields.io/discord/695645237418131507.svg?logo=discord"></a> </p> <p align="center"> <a href="#features">Features</a> • <a href="#installation">Installation</a> • <a href="#help-menu">Usage</a> • <a href="#examples">Running AIx</a> • <a href="https://discord.gg/projectdiscovery">Join Discord</a> </p> <pre align="center"> <b> AIx is a cli tool to interact with Large Language Models (LLM) APIs. </b> </pre>  ## Features - **AMA with AI** over **CLI** - **Query LLM APIs** (OpenAI) - Supports **GPT-3.5 and GPT-4.0** models - Configurable with OpenAI API key - Flexible output options ## Installation To install aix, you need to have Golang 1.19 installed on your system. You can download Golang from [here](https://go.dev/doc/install). After installing Golang, you can use the following command to install aix: ```bash go install github.com/projectdiscovery/aix/cmd/aix@latest ``` ## Prerequisite > **Note**: Before using aix, make sure to set your [OpenAI API key](https://platform.openai.com/account/api-keys) as an environment variable `OPENAI_API_KEY`. ```bash export OPENAI_API_KEY=****** ```` ## Help Menu You can use the following command to see the available flags and options: ```console AIx is a cli tool to interact with Large Language Model (LLM) APIs. Usage: ./aix [flags] Flags: INPUT: -p, -prompt string[] prompt to query (input: stdin,string,file) MODEL: -g3, -gpt3 use GPT-3.5 model (default true) -g4, -gpt4 use GPT-4.0 model -m, -model string specify model to use (ex: gpt-4-0314) -lm, -list-models list available models CONFIG: -ak, -openai-api-key string openai api key token (input: string,file,env) -t, -temperature string openai model temperature -tp, -topp string openai model top-p -sc, -system-context string[] system message to send to the model (optional) (string,file) -s, -stream stream output to stdout (markdown rendering will be disabled) UPDATE: -up, -update update aix to latest version -duc, -disable-update-check disable automatic aix update check OUTPUT: -o, -output string file to write output to -j, -jsonl write output in json(line) format -v, -verbose verbose mode -silent display silent output -nc, -no-color disable colors in cli output -version display project version -nm, -no-markdown skip rendering markdown response ``` ## Examples You can use aix to interact with LLM (OpenAI) APIs to query anything and everything in your CLI by specifying the prompts. Here are some examples: ### Example 1: Query LLM with a prompt ```bash aix -p "What is the capital of France?" ``` ### Example 2: Query with GPT-4.0 model ```bash aix -p "How to install Linux?" -g4 ``` ### Example 3: Query LLM API with a prompt with STDIN input ```console echo list top trending web technologies | aix ___ _____ __ / _ | / _/ |/_/ / __ |_/ /_> < /_/ |_/___/_/|_| Powered by OpenAI projectdiscovery.io [INF] Current aix version v0.0.1 (lates
Excerpt of 6,358 characters
Read on GitHubWould you bet a product on this? Bounded 0–100 and slow moving.
matched fp:5aea3ace6a20d709, llm:Repository description: "AIx is a cli tool to interact with Large Language Models (LLM) APIs." Language: Go.
matched fp:5aea3ace6a20d709, llm:Repository description: "AIx is a cli tool to interact with Large Language Models (LLM) APIs." Language: Go.