Copr hosts 38,524 projects from
9,328 Fedora users

You can run a full-text search, or you can use the dropdown menu next to the search bar and limit your query to a user name, group name, project name, or package name.

Copr is an easy-to-use automatic build system providing a package repository as its output.

Start with making your own repository in these three steps:

  1. choose a system and architecture you want to build for
  2. provide Copr with src.rpm packages
  3. let Copr do all the work and wait for your new repo

NOTE: Copr is not yet officially supported by Fedora Infrastructure.

Screenshot tutorial

Are you a new user? Check out the Copr screenshot tutorial to see how to create a new project, and build your package in it.
Read more

Installing packages

Enabling projects and installing packages from them is easy. Open a project and run the command from "Quick Enable" section.
Read more

FAQ

Don't be afraid to ask for help, but make sure to check out the FAQ section first to save yourself waiting for an answer.
Read more

Python API

Do you develop an application that communicates with Copr? Give python3-copr library or copr-cli tool a try.
Read more

Fedora Review

Do you plan to add your package to the official Fedora Linux repositories? Enable fedora-review option for your project.
Read more

Packit

Packit assists with common packager tasks, as well as automatically rebuilding your packages from each pull request.
Read more

GitHub webhooks

Create a GitHub webhook to rebuild your packages automatically from each upstream pull request or push.
Read more

Pagure integration

Configure your pagure project to automatically rebuild your packages from each upstream pull request or push.
Read more

Recent Projects

lbalhar/python-dask-orc

Description not filled in by author. Very likely personal repository for testing purpose, which you should not use.
  • Fedora rawhide : x86_64

paolino/hyprmoncfg

Description not filled in by author. Very likely personal repository for testing purpose, which you should not use.
  • Fedora 44 : aarch64, x86_64
  • Fedora rawhide : aarch64, x86_64

patrick-the-package-man/ludicrousspeed

This product takes a query that you would like to know, does not use AI, and provides you with the ability to copy a URL and paste it in your browser to ask a common search engine the question instead of using AI. Further lack of AI is provided by the -x or --excludeai flag which returns the same query in URL form, but with the AI results excluded. Because this product uses an executable named c, it conflicts with the Lightspeed package provided with Red Had OpenShift.
  • EPEL 10 : x86_64
  • EPEL 8 : x86_64
  • EPEL 9 : x86_64

mcdostone/rust-nom-kconfig

A Kconfig parsing library written in Rust. Kconfig is a language that describes configuration options for the Linux Kernel. The syntax looks like this: # https://github.com/torvalds/linux/blob/master/arch/riscv/Kconfig#L771 config EFI bool "UEFI runtime support" depends on MMU default y select EFI_STUB help This option provides support for runtime services provided by UEFI firmware. The file starts with a config entry: We define a config named EFI. The next lines are the attributes of this entry. EFI is a boolean config. EFI depends on the config MMU. Its default value is y. If EFI is equals to true then it enables EFI_STUB. The help attribute defines a help text for the end user. There are plenty of other keywords in the Kconfig language, check out the official documentation for more details. Features This is a parser, there is no semantic analysis in this library. This library only supports UTF-8 encoded files. List of supported entries can be found here. List of supported attributes can be found here. When source is met, it reads and parses the specified configuration file. This library uses clone() a lot. Do not expect amazing performances. This parser has been tested on the Linux kernel repository from 2.6.11 to 6.4.9 (3733 versions). There are cargo features for glob-wildcard (used by coreboot, for example) and kconfiglib compatibility. Enabling them adds support for some non-standard entries and attributes used by these projects. Getting started cargo add nom-kconfig use nom_kconfig::{parse_kconfig, KconfigInput}; use std::path::PathBuf; use nom_kconfig::{KconfigFile}; use std::collections::HashMap; // curl https://cdn.kernel.org/pub/linux/kernel/v6.x/linux-6.4.9.tar.xz | tar -xJ -C /tmp/ fn main() -> Result<(), Box<dyn std::error::Error>> { let mut variables = HashMap::new(); variables.insert("SRCARCH", "x86"); let linux_dir = PathBuf::from("/tmp/linux-6.4.9"); let kconfig_file = KconfigFile::new_with_vars( linux_dir.clone(), linux_dir.join("Kconfig"), &variables, &Default::default(), ); let input = kconfig_file.read_to_string()?; let kconfig = parse_kconfig(KconfigInput::new_extra(&input, kconfig_file)); println!("{:?}", kconfig); Ok(()) } Resources https://www.kernel.org/doc/html/next/kbuild/kconfig-language.html https://doc.coreboot.org/getting_started/kconfig.html https://build2.org/libbuild2-kconfig/doc/build2-kconfig-manual.xhtml#lang
  • Fedora 42 : aarch64, x86_64
  • Fedora 43 : aarch64, x86_64
  • Fedora 44 : aarch64, x86_64
  • Fedora rawhide : aarch64, x86_64

xolegator/pinba

Pinba PHP extension — collects per-request and timer metrics and ships them over UDP (protobuf) to a Pinba server. Built for Fedora and EL against Remi's PHP.
  • EPEL 10 : aarch64, x86_64
  • EPEL 9 : aarch64, x86_64
  • Fedora 43 : aarch64, x86_64
  • Fedora 44 : aarch64, x86_64

gmipf/media-preservation

RPMs for media preservation tools
  • Fedora 43 : x86_64
  • Fedora 44 : x86_64
  • Fedora rawhide : x86_64

os-monkeys/kubeins

Description not filled in by author. Very likely personal repository for testing purpose, which you should not use.
  • Alma+epel 10 : x86_64_v2
  • Alma+epel 9 : x86_64
  • Alma-kitten+epel 10 : x86_64, x86_64_v2
  • Almalinux 10 : x86_64_v2
  • Almalinux 9 : x86_64
  • Almalinux-kitten 10 : x86_64, x86_64_v2
  • Centos-stream+epel-next 8 : x86_64
  • Centos-stream+epel-next 9 : x86_64
  • Centos-stream 10 : x86_64
  • Centos-stream 8 : x86_64
  • Centos-stream 9 : x86_64
  • EPEL 10 : x86_64
  • EPEL 8 : x86_64
  • EPEL 9 : x86_64
  • Fedora 42 : x86_64
  • Fedora 43 : x86_64
  • Fedora 44 : x86_64
  • Fedora eln : x86_64
  • Fedora rawhide : x86_64
  • Mageia 9 : x86_64
  • Mageia cauldron : x86_64
  • openEuler 20.03 : x86_64
  • openEuler 22.03 : x86_64
  • openEuler 24.03 : x86_64
  • openSUSE Leap 15.6 : x86_64
  • openSUSE Tumbleweed : x86_64
  • Rhel+epel 10 : x86_64
  • Rhel 10 : x86_64
  • Rhel 8 : x86_64
  • Rhel 9 : x86_64

tartare/pyinstrument

This package provides a line profiler similar to cProfile, but based on statistical sampling instead, and with a nicer and more colorful output: pyinstrument script.py
  • Fedora 43 : x86_64
  • Fedora 44 : x86_64
  • Fedora rawhide : x86_64

caniko/rs-modde

modde release builds
  • EPEL 10 : x86_64
  • Fedora 42 : x86_64
  • Fedora 43 : x86_64

srp/rlshim

A lightweight, native shim for launching RuneLite on Linux with Jagex Accounts.
  • Fedora 42 : x86_64
  • Fedora 43 : aarch64, x86_64
  • Fedora 44 : aarch64, x86_64
  • Fedora rawhide : aarch64, x86_64
  • openSUSE Leap 15.6 : aarch64, x86_64
  • openSUSE Tumbleweed : aarch64, x86_64