# Install kopia with Homebrew, apk, Nix, zypper, scoop

Fast and secure open-source backup. Version 0.23.1 via Homebrew; verified 2026-07-27. Also installable with nix: nix profile install nixpkgs#kopia.

## Install

```sh
sudo av install brew:kopia
```

Additional install commands:

### macOS

- Homebrew (100%):

```sh
brew install kopia
```

  Evidence: local Homebrew formula metadata

### Linux

- apk (92%):

```sh
sudo apk add kopia
```

  Evidence: Alpine Linux edge package indexes: kopia from https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz

- Nix (92%):

```sh
nix profile install nixpkgs#kopia
```

  Evidence: nixpkgs package indexes: pkgs/by-name/ko/kopia/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

- zypper (92%):

```sh
sudo zypper install kopia
```

  Evidence: openSUSE Tumbleweed package metadata: kopia from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst

### Windows

- Scoop (92%):

```sh
scoop install main/kopia
```

  Evidence: Scoop official bucket manifest trees: bucket/kopia.json from https://api.github.com/repos/ScoopInstaller/Main/git/trees/master?recursive=1

## Package facts

- **Package key:** brew:kopia
- **Package manager:** Homebrew
- **Package manager page:** <https://formulae.brew.sh/formula/kopia>
- **Version:** 0.23.1
- **Source summary:** Fast and secure open-source backup
- **Homepage:** <https://kopia.io>
- **Repository:** <https://github.com/kopia/kopia>
- **Upstream docs:** <https://kopia.io>
- **License:** Apache-2.0
- **Source archive:** <https://github.com/kopia/kopia.git>
- **Last updated:** 2026-07-27T21:58:40+02:00
- **Generated:** 2026-08-04T22:13:35+00:00

## Executables

- kopia (cli)
- kopia (alias)

## Build dependencies

- go

## Install behavior

- Post-install hook: not defined
- Bottle: available on arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux

## Freshness

- Page generated: 2026-08-04
- Package-manager version: 0.23.1
- Package-manager updated: 2026-07-27
- Local data: ok
- Upstream repository: https://github.com/kopia/kopia
- info: No cached GitHub release or tag data was available.
## Project history and usage

Kopia is a cross-platform open-source backup and restore tool built around encrypted, deduplicated, compressed snapshots. Its package-manager significance comes from being a modern Go backup system with both CLI and GUI workflows, installable as a single user-facing tool on macOS, Linux, and Windows.

### Project history

The GitHub repository was created on 2015-12-19, while the public release stream visible in GitHub releases begins with v0.3.0 prereleases in 2019. The project settled into the same problem space as restic and BorgBackup: content-addressed, encrypted snapshot backups that can target local storage, NAS, and cloud object stores.

Kopia's documentation and README emphasize user-controlled end-to-end encryption, compression, deduplication, and support for storage backends such as S3-compatible stores, Azure Blob Storage, Backblaze B2, Google Cloud Storage, WebDAV, SFTP, Rclone-backed locations, local disks, and Kopia's own repository server.

### Adoption history

Kopia grew into a recognizable package-manager backup tool because it combined repository-format features package users expect from backup software with a straightforward CLI binary. Homebrew, Scoop, Nix, APK, and zypper packaging in the input data show adoption across both workstation and server-oriented ecosystems.

GitHub repository metadata observed on 2026-07-01 reported 13,555 stars and 674 forks, which is substantial for a specialist backup utility and helps explain why it appears in multiple package indexes rather than only as a manual binary download.

### How it is used

Operators use Kopia to create repositories, snapshot selected directories, restore files, and connect repositories to cloud, remote, or local storage. It is not an image-backup tool; the official README frames it around backing up directories and files that users choose.

For package users, the important split is CLI versus GUI: the `kopia` command supports automation and server use, while the same project also offers a desktop-facing experience for less shell-heavy backup workflows.

### Why package nerds care

Kopia matters to package nerds because it is a compact, cross-platform backup stack with encryption and deduplication built in, so one formula gives users a serious alternative to older backup systems without pulling in a large runtime.

Its Go implementation, multi-backend storage model, and single-command installability make it fit neatly into Homebrew/Nix/Scoop-style package catalogs where users expect modern infrastructure tools to be portable and scriptable.

### Timeline

- 2015-12-19: GitHub repository created.
- 2019-05-10: v0.3.0 prerelease series appears in GitHub releases.
- 2020-03-08: Kopia 0.5.0 was announced as an early milestone release in community-facing project discussion.
- 2026-06-16: GitHub showed v0.23.1 as a release on the repository page.

### Related projects

- Kopia sits near restic, BorgBackup, Duplicacy, and rclone in package-manager culture: tools for encrypted personal and server backups, deduplicated repositories, and cloud-backed storage workflows.
- Rclone is also directly related because Kopia documentation lists Rclone-backed locations as a storage option, with Kopia managing and running Rclone for those backends.

### Sources

- <https://api.github.com/repos/kopia/kopia>
- <https://api.github.com/repos/kopia/kopia/releases>
- <https://github.com/kopia/kopia>
- <https://kopia.io/docs>


## Security Notes

No matching local secret-handling manifest was found for kopia. Package metadata is still published here so future coverage has a stable package URL.



## Configuration and credential file locations

These source-backed paths show where this package keeps local settings or durable credentials. Automic Vault can use them as review targets for secret scanning, migration, and command approval.


## Configuration files

- Linux: ~/.config/kopia/repository.config
- macOS: ~/Library/Application Support/kopia/repository.config
- Windows: %APPDATA%\kopia\repository.config

## Credential files

- Linux: ~/.config/kopia/repository.config
- macOS: ~/Library/Application Support/kopia/repository.config
- Windows: %APPDATA%\kopia\repository.config
## Source Database Details

- **Source Database:** Homebrew formula API
- **Tap:** homebrew/core
- **Full Name:** kopia
- **Version Scheme:** 0
- **Revision:** 0
- **Bottle Stable Root URL:** <https://ghcr.io/v2/homebrew/core>
- **Deprecated:** no
- **Disabled:** no
- **Keg Only:** no
- **URL Keys:** stable

## Other Package-Manager Records

- Nix - kopia: normalized package name match | nixpkgs package indexes: pkgs/by-name/ko/kopia/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- apk - kopia - 0.22.3-r6: normalized package name match | Alpine Linux edge package indexes: kopia from https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz | Fast and secure backup tool | https://kopia.io/
- apk - kopia-bash-completion - 0.22.3-r6: normalized package name match | Alpine Linux edge package indexes: kopia-bash-completion from https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz | Bash completions for kopia | https://kopia.io/
- apk - kopia-zsh-completion - 0.22.3-r6: normalized package name match | Alpine Linux edge package indexes: kopia-zsh-completion from https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz | Zsh completions for kopia | https://kopia.io/
- zypper - kopia - 0.23.1-1.4: normalized package name match | openSUSE Tumbleweed package metadata: kopia from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst | Cross-platform backup tool with fast incremental backups | https://github.com/kopia/kopia
- Scoop - main/kopia: normalized package name match | Scoop official bucket manifest trees: bucket/kopia.json from https://api.github.com/repos/ScoopInstaller/Main/git/trees/master?recursive=1


## Related links

- [Terminal utility packages](https://pkg.so/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Archive and compression packages](https://pkg.so/archive-compression-tools/) - Matched archive or compression metadata.
- [Networking and protocol packages](https://pkg.so/networking-protocol-tools/) - Matched network, protocol, or remote-service metadata.
- [Security and crypto packages](https://pkg.so/security-crypto-tools/) - Matched security, identity, cryptography, password, signing, or certificate metadata.
- [go](https://pkg.so/brew/go/) - Build dependency declared by Homebrew.
- [plakar](https://pkg.so/brew/plakar/) - Shares pkgdb curated category or tags: backup, cli, deduplication, encryption, restore.
- [rustic](https://pkg.so/brew/rustic/) - Shares pkgdb curated category or tags: backup, cli, deduplication, encryption, system.
- [burp](https://pkg.so/brew/burp/) - Shares pkgdb curated category or tags: backup, cli, deduplication, restore, system.
- [restic](https://pkg.so/brew/restic/) - Shares pkgdb curated category or tags: backup, cli, encryption, system.
- [duplicity](https://pkg.so/brew/duplicity/) - Shares pkgdb curated category or tags: backup, cli, encryption, system.
- [bup](https://pkg.so/brew/bup/) - Shares pkgdb curated category or tags: backup, cli, deduplication, system.
- [rsnapshot](https://pkg.so/brew/rsnapshot/) - Shares pkgdb curated category or tags: backup, cli, snapshots, system.
- [bupstash](https://pkg.so/brew/bupstash/) - Shares pkgdb curated category or tags: backup, cli, deduplication, system.

## Combined YAML source

View the package source record on GitHub. [combined/kopia.yml](https://github.com/mxcl/pkgdb/blob/main/combined/kopia.yml)


## Sources

- pkg.so package database
- Geiger risk classifier
- package-page enrichment
- curated configuration and credential file locations
- curated package history
- package version freshness
- pkgdb category and tag curation
- package relationship graph
- external package-manager database matches
- cross-ecosystem install command graph
