Download
Windows
Compatible with Windows 10 and 11.
Download and run the exe file.
Restart Windows after installation.
Mac
Tested with macOS Ventura 13.4
Download and install the pkg file. Then restart the Terminal.
From now on, the tool can be used with “ai” from any directory.
Linux
Tested with Ubuntu 22
Automatic
curl -fsSL https://example.com/install_aicmd.sh | bash
Manual
Download the Zip.
Unpack:
unzip aicmd_v0..3.zip
Change into the unpacked directory:
cd ai_linux
Make the installation script executable:
chmod +x install.sh
Run the script:
./install.sh
From now on, the tool can be used from any directory with “ai”.
Changes
27.01.2026 - Version 0.3.6
Fixed: Unknown command-line flags now show a helpful error message instead of being silently ignored.
Fixed: Language files now load correctly with proper UTF-8 encoding.
Fixed: The app no longer crashes when localization files contain errors.
27.12.2025 - Version 0.3.5
New: Browse your conversation history with the new --history command. Use arrow keys to navigate and select from your past sessions.
New: Start fresh conversations anytime with the --new flag. Your conversations now continue automatically across sessions.
Fixed: Error messages and timestamps now display correctly.
11.12.2025 - Version 0.3.4
New: Choose your payment currency! When buying tokens, you can now select between EUR and USD.
Improved: Command arguments now follow standard conventions. Long options use double dashes (--help, --login) while short options use single dashes (-h, -l).
10.12.2025 - Version 0.3.3
New: Use -lc or -lastcommand to quickly show your last result again. No need to wait for a new API call - just run, copy, or execute your previous command instantly.
Fixed: The app no longer crashes when the server returns an empty result. You'll now see a friendly error message instead.
04.08.2025 - Version 0.3.2
Improved: Many changes to the API, so the tool only works from this version onward.
16.07.2025 - Version 0.3.1
New: "Request a new answer" feature
13.01.2025 - Version 0.3.0
Improved: Small improvements
18.06.2024 - Version 0.2.9
Fixed: Fixed a problem detecting if you are using Powershell or regular cmd
12.06.2024 - Version 0.2.8
Fixed: Bug fixes
07.06.2024 - Version 0.2.7
Fixed: Bug fixes
Improved: A lot of small new improvements
07.05.2024 - Version 0.2.6
Fixed: Bug fixes
03.05.2024 - Version 0.2.5
Improved: Help revised
Improved: New API Version v8
New: Guest Mode (use of the tool without logging in)
29.12.2023 - Version 0.2.4
New: View and edit old requests with -a
27.12.2023 - Version 0.2.3
New: Check for updates and download updates with -u
20.12.2023 - Version 0.2.1
Improved: Easier to use -e and -f commands
Example: -e ping_xida.bat and -f ping_xida.bat will read the script and ask the AI to explain it.
You can still add your own text:
ai -f ping_xida.bat change the pinged domain to google.com
ai -e ping_xida.bat what does the first line of this script do
19.12.2023 - Version 0.2.0
New: -f attach a script and ask for changes
Example: ai -f ping.bat change the pinged domain to command-prompt.ai
Or use it to ask what a script does:
ai -e -f build_windows.bat if I run this script in D:\GIT\Intern\ai-cmd in which folder will I be after running it?
18.12.2023 - Version 0.1.9
Improved: -i also contains information about the latest version to download
17.12.2023 - Version 0.1.8
New: Multi-line commands are now possible
16.12.2023 - Version 0.1.7
New: Support for macOS
15.12.2023 - Version 0.1.6
Improved: Translations are updated only every 24 hours.
13.12.2023 - Version 0.1.4
New: Settings are accessible via -p. In the settings, you can also set the language. The default language is the system language.
07.12.2023 - Version 0.1.2
New: Linux support
06.12.2023 - Version 0.1.1
New: Powershell support
29.11.2023 - Version 0.1.0
Improved: Transition to our improved V7 API
07.09.2023 - Version 0.0.9
Fixed: Small bug fixes
31.08.2023 - Version 0.0.8
New: -i / -info option added
New: -h / -help option added