This is the official Debian APT repository for GPU-accelerated Filecoin software from Curio Storage, Inc., part of the Filecoin Project.
The repository currently includes pre-built packages of Curio, the Filecoin storage engine, with GPU support:
curio-cuda
– Latest Curio build with CUDA support.curio-opencl
– Latest Curio build with OpenCL support.
These packages allow you to run the latest version of Curio optimized for your specific GPU stack on Debian- or Ubuntu-based systems.
- Add the GPG key:
sudo wget -O /usr/share/keyrings/curiostorage-archive-keyring.gpg https://filecoin-project.github.io/apt/KEY.gpg
- Add the APT repository:
echo "deb [signed-by=/usr/share/keyrings/curiostorage-archive-keyring.gpg] https://filecoin-project.github.io/apt stable main" | sudo tee /etc/apt/sources.list.d/curiostorage.list
- Update and install the desired Curio package:
sudo apt update
sudo apt install curio-cuda
# Or: sudo apt install curio-opencl