Skip to content

koca-build/ai-linux

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 

Repository files navigation

AI Linux Packages

This repository contains .deb and .rpm repositories for various AI-related tools and applications on Linux. Packages are automatically built and published to Debian and RPM repositories hosted via GitHub Pages.

Installation

Debian/Ubuntu

To use this repository on your Debian-based system (Ubuntu, Linux Mint, Debian, etc.), follow the steps below.

1. Add the Repository

wget -qO - https://ai-linux.koca.dev/repo.key | gpg --dearmor | sudo tee /usr/share/keyrings/ai-linux.gpg > /dev/null
sudo sh -c 'echo "deb [arch=amd64 signed-by=/usr/share/keyrings/ai-linux.gpg] https://ai-linux.koca.dev/deb stable main" > /etc/apt/sources.list.d/ai-linux.list'

2. Update and Install

After adding the repository, update your package index and install the desired packages:

sudo apt update
sudo apt install <package-name>

Fedora/CentOS/RHEL

To use this repository on your RPM-based system (Fedora, CentOS, RHEL, etc.), follow the steps below.

1. Add the Repository

sudo sh -c 'echo -e "[ai-linux]\nname=ai-linux repository\nbaseurl=https://ai-linux.koca.dev/rpm\nenabled=1\ngpgcheck=0\nrepo_gpgcheck=0" > /etc/yum.repos.d/ai-linux.repo'

2. Install

After adding the repository, you can install the desired packages:

sudo dnf install <package-name>

Contributing

To add a new package or update an existing one:

  1. Create or modify a .koca file in the koca/ directory.
  2. Push your changes to the main branch.
  3. The GitHub Actions workflow will automatically build the package, create a GitHub Release, and update the Debian and RPM repositories.

License

The build scripts in this repository are released under the MIT License.

About

Linux repositories (.deb, .rpm) for Claude Code, Gemini CLI, and other AI tools

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors