Skip to content

v1.3.0

Latest

Choose a tag to compare

@github-actions github-actions released this 26 Sep 16:10
· 6 commits to master since this release

ai-coder 1.3.0

Downloads

Platform File SHA256
🐧 Linux Binary aicoder-1.3.0-x86_64-linux da20c643e882d93900840f46f248b34af34a9f0f10ae6c382704837c01034ec5
📦 Debian/Ubuntu aicoder_1.3.0_amd64.deb f7d389681fe63d03abcdd6fea595aac244ec51e1904d258f7a14e5aabda3742a
🪟 Windows Binary aicoder.exe cb1d91ab4fc064a3c3127acf124ebc9cf697e2f656df59562fcb2c13d43f1b93
🪟 Windows Installer aicoder-1.3.0-setup.exe a3f22f14ff96218a5cf613e92e9459d09e4a85d2bd0a61e72a9b8768ef46204b
🍎 macOS Binary aicoder-1.3.0-macos-universal b771feb2baa9313479e428981493e1b703cc44490c33b5bbfcac635fa0bed93f
🏗️ Arch/AUR PKGBUILD —
🤖 Android/Termux aicoder-1.3.0-termux.tar.gz e589619103e659f75064f055e3c1f40caa408cfdfaa4038e49d48ee66fb936b4

Install

# Linux Binary
sudo wget -O /usr/bin/aicoder https://github.com/derleiti/ai-coder/releases/download/v1.3.0/aicoder-1.3.0-x86_64-linux
sudo chmod +x /usr/bin/aicoder

# Debian/Ubuntu
wget aicoder_1.3.0_amd64.deb && sudo dpkg -i aicoder_*.deb

# Arch/AUR
yay -S aicoder

# Windows: Download aicoder.exe, add to PATH

# Android/Termux
curl -sL https://ailinux.me/ai-coder-termux | bash
# Pinned version from this release:
curl -LO https://github.com/derleiti/ai-coder/releases/download/v1.3.0/aicoder-1.3.0-termux-install.sh
bash aicoder-1.3.0-termux-install.sh

# Termux Update
curl -sL https://ailinux.me/ai-coder-termux | AICODER_REF=master bash

Full Changelog: v1.2.9...v1.3.0