# Installer kakoune avec Homebrew, apk, apt, dnf, MacPorts, Nix, pacman, zypper

Consultez les chemins d'installation, exécutables, métadonnées et notes de sécurité de kakoune pour les workflows d'agents IA.

## installation

```sh
sudo av install brew:kakoune
```

Commandes d'installation supplémentaires:

### macOS

- Homebrew (100%):

```sh
brew install kakoune
```

  Preuve: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install kakoune
```

  Preuve: MacPorts ports tree: editors/kakoune/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1

### Linux

- apk (92%):

```sh
sudo apk add kakoune
```

  Preuve: Alpine Linux edge package indexes: kakoune from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz

- Debian apt (92%):

```sh
sudo apt install kakoune
```

  Preuve: Debian stable package indexes: kakoune from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz

- dnf (92%):

```sh
sudo dnf install kakoune
```

  Preuve: Fedora Rawhide package metadata: kakoune from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/07190dc5ae9f35ae73866675fed6d95fe6e8d9fe22c9d7cdf85862cb2ed24a4c-primary.xml.zst

- Nix (92%):

```sh
nix profile install nixpkgs#kakoune
```

  Preuve: nixpkgs package indexes: kakoune from https://raw.githubusercontent.com/NixOS/nixpkgs/master/pkgs/top-level/all-packages.nix

- pacman (92%):

```sh
sudo pacman -S kakoune
```

  Preuve: Arch Linux sync databases: kakoune from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz

- zypper (92%):

```sh
sudo zypper install kakoune
```

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

## Faits du paquet

- **Clé du paquet:** brew:kakoune
- **Gestionnaire de paquets:** Homebrew
- **Version:** 2026.05.21
- **Résumé source:** Selection-based modal text editor
- **Page d'accueil:** <https://github.com/mawww/kakoune>
- **Dépôt:** <https://github.com/mawww/kakoune>
- **Dernière mise à jour:** 2026-06-01T14:59:18Z
- **Généré:** 2026-08-03T19:37:03+00:00

## exécutables

- kak (alias)

## Comportement d'installation

- Bouteille: non disponible

## Version et fraîcheur

- page générée: 2026-08-03
- version du gestionnaire: 2026.05.21
## Historique du projet et usages

Kakoune is a modal code editor inspired by Vi and Vim, built around a selection-first editing model and multiple selections as a central interaction primitive.

### Historique du projet

Kakoune's README describes it as an experiment for a better code editor and as a modal editor that keeps Vim-like keystroke efficiency while changing the editing grammar: users select text first and then apply actions. The repository issue history shows discussion of versioning in 2014, while GitHub releases began with a 2018 prerelease.

### Historique d'adoption

Kakoune developed a dedicated terminal-editor community because it explored a post-Vim design space without abandoning modal editing, shell integration, scripting, and small composable commands. Packaging across Homebrew, Linux distributions, MacPorts, Nix, and other systems made it easy for editor enthusiasts to try it alongside Vim, Neovim, and Helix.

### Modes d'utilisation

Users edit through selections, multiple selections, object selections, commands, hooks, and shell filters. Kakoune's client-server architecture lets multiple clients attach to one editing session, fitting terminal multiplexers and modern terminal panes.

### Pourquoi les passionnés de paquets s'y intéressent

Kakoune matters to package nerds because it is one of the canonical alternative modal editors: small enough to install as a normal CLI package, opinionated enough to influence later editor conversations, and different enough from Vim to justify its own ecosystem.

### Chronologie

- 2014-03-17: GitHub issue discussion recorded the absence of official releases at that point.
- 2018-04-09: Kakoune 20180409 prerelease published.
- 2019-12-10: Kakoune v2019.12.10 published.
- 2026-05-21: Kakoune 2026.05.21 published.

### Related projects

- Related editors and influences include Vi, Vim, Neovim, Helix, Sam, Acme, terminal multiplexers, and Kakoune plugin/community packages.

### Sources

- <https://api.github.com/repos/mawww/kakoune/releases?per_page=100>
- <https://github.com/mawww/kakoune>
- <https://github.com/mawww/kakoune/issues/89>
- <https://github.com/mawww/kakoune/releases>
- <https://kakoune.org/>


## Notes de sécurité

Aucun manifest local de gestion des secrets correspondant n'a été trouvé pour kakoune. Les métadonnées de paquet Nucleus restent publiées ici afin que la couverture future dispose d'une URL stable.



## 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

- Unix: $XDG_CONFIG_HOME/kak/kakrc, ~/.config/kak/kakrc
## Autres enregistrements de gestionnaires de paquets

- Debian apt - kakoune - 2024.05.18-2: normalized package name match | Debian stable package indexes: kakoune from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | Vim-inspired, selection-oriented code editor | http://kakoune.org/
- Nix - kakoune: normalized package name match | nixpkgs package indexes: kakoune from https://raw.githubusercontent.com/NixOS/nixpkgs/master/pkgs/top-level/all-packages.nix
- Ubuntu apt - kakoune - 2022.10.31-2: normalized package name match | Ubuntu 24.04 LTS package indexes: kakoune from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | Vim-inspired, selection-oriented code editor | http://kakoune.org/
- apk - kakoune - 2026.05.21-r1: normalized package name match | Alpine Linux edge package indexes: kakoune from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | Code editor heavily inspired by Vim, but with less keystrokes | https://kakoune.org
- apk - kakoune-doc - 2026.05.21-r1: normalized package name match | Alpine Linux edge package indexes: kakoune-doc from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | Code editor heavily inspired by Vim, but with less keystrokes (documentation) | https://kakoune.org
- dnf - kakoune - 2026.04.12-2.fc45: normalized package name match | Fedora Rawhide package metadata: kakoune from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/07190dc5ae9f35ae73866675fed6d95fe6e8d9fe22c9d7cdf85862cb2ed24a4c-primary.xml.zst | mawww's experiment for a better code editor | https://kakoune.org/
- pacman - kakoune - 2026.05.21-1: normalized package name match | Arch Linux sync databases: kakoune from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz | Multiple-selection, UNIX-flavored modal editor | https://kakoune.org/
- zypper - kakoune - 2026.05.21-1.3: normalized package name match | openSUSE Tumbleweed package metadata: kakoune from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst | A code editor heavily inspired by Vim | https://kakoune.org/
- MacPorts - kakoune: normalized package name match | MacPorts ports tree: editors/kakoune/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1


## Combined YAML source

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


## Sources

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