# Install akku with Homebrew

Package manager for Scheme. Version 1.1.0 via Homebrew; verified from local package data.

## Install

```sh
sudo av install brew:akku
```

Additional install commands:

### macOS

- Homebrew (100%):

```sh
brew install akku
```

  Evidence: local Homebrew formula metadata

## Package facts

- **Package key:** brew:akku
- **Package manager:** Homebrew
- **Package manager page:** <https://formulae.brew.sh/formula/akku>
- **Version:** 1.1.0
- **Source summary:** Package manager for Scheme
- **Homepage:** <https://akkuscm.org/>
- **Repository:** <https://gitlab.com/akkuscm/akku>
- **Upstream docs:** <https://akkuscm.org/>
- **License:** GPL-3.0-or-later
- **Source archive:** <https://gitlab.com/akkuscm/akku/uploads/819fd1f988c6af5e7df0dfa70aa3d3fe/akku-1.1.0.tar.gz>
- **Generated:** 2026-07-08T07:18:31+00:00

## Executables

- akku (cli)
- akku (alias)

## Dependencies

- guile

## Build dependencies

- pkgconf

## Install behavior

- Post-install hook: not defined
- Bottle: available on arm64_big_sur, arm64_linux, arm64_monterey, arm64_sequoia, arm64_sonoma, arm64_tahoe, arm64_ventura, big_sur, monterey, sonoma, ventura, x86_64_linux

## Freshness

- Page generated: 2026-07-08
- Package-manager version: 1.1.0
- Local data: ok
- Upstream repository: https://akkuscm.org/
- info: No package-manager update timestamp was available.
- info: Release/tag comparison is only available for GitHub repositories.
## Project history and usage

Akku.scm is a project-based package manager for R6RS and R7RS Scheme. It gives Scheme projects a manifest, a lockfile, a local dependency environment, package publishing, and an index of portable Scheme libraries.

### Project history

The GitLab project metadata dates the public repository to June 2018, while the release stream documented by GitLab includes earlier tagged releases and the 1.0 series in 2019. The manpage credits Akku's dependency solver lineage to Andreas Rottmann's dorodango, an earlier R6RS package manager whose solver was ported from aptitude.

Akku's early design centered on making portable Scheme code behave more like modern language-package ecosystems: projects declare direct dependencies in `Akku.manifest`, lock exact transitive dependency sources in `Akku.lock`, and activate an `.akku/env` shell where installed libraries and programs are placed on the right paths.

### Adoption history

Akku serves a niche but real Scheme packaging audience. The README documents support for GNU/Linux, macOS, FreeBSD, Cygwin, OpenBSD, and MSYS2, and lists many Scheme implementations whose load paths can be populated from an Akku project.

Release notes show the project expanding beyond a basic R6RS manager: v0.5.0 began mirroring R7RS libraries from Snow, v1.0.0 moved release builds to autotools for portability, and v1.1.0 added features aimed at system package managers such as dpkg and rpm.

### How it is used

Typical use is `akku init`, `akku list`, `akku install <pkg>`, then `.akku/env` to run in an environment where Scheme libraries and programs from the project are visible. Existing projects can add `Akku.manifest` and `Akku.lock` without starting from a template.

For publishing, Akku can scan packages, solve dependencies, verify signed package index data, and create package metadata. The manpage recommends committing both the manifest and lockfile for repeatable development.

### Why package nerds care

Akku is package-nerd catnip because it applies familiar package-manager machinery to Scheme, a language family with many implementations and historically fragmented library paths.

The lockfile, signed index keys, local cache, R7RS-to-R6RS translation, and system-package-manager features make it more than a downloader. It is an attempt to bridge language packages, implementation compatibility, and OS packaging.

### Timeline

- 2018: Public GitLab project metadata records the Akku repository.
- 2018: v0.3.0 appears in the GitLab release list.
- 2019: v0.5.0 begins mirroring R7RS libraries from Snow.
- 2019: v1.0.0 introduces autotools-based release builds.
- 2021: v1.1.0 adds features for system package manager workflows.

### Related projects

- dorodango: earlier R6RS package manager that supplied Akku's dependency solver lineage.
- aptitude: Debian package manager whose solver is part of that lineage.
- Snow: R7RS library source mirrored by Akku beginning with the v0.5.0 release.

### Sources

- <https://akkuscm.org/docs/manpage.html>
- <https://gitlab.com/akkuscm/akku>
- <https://gitlab.com/akkuscm/akku/-/raw/master/NEWS.md>
- <https://gitlab.com/akkuscm/akku/-/raw/master/README.md>
- <https://gitlab.com/api/v4/projects/akkuscm%2Fakku>
- <https://gitlab.com/api/v4/projects/akkuscm%2Fakku/releases>


## Security Notes

infrastructure mutation or orchestration signal.

- **Geiger risk:** orange / medium
- infrastructure mutation or orchestration signal


## 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: Akku.manifest, Akku.lock, .akkuignore, ~/.local/share/akku/keys.d/, ~/.local/share/akku/index.db, ~/.cache/akku
## Source Database Details

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


## Related links

- [Package publisher tools](https://www.automicvault.com/pkg/package-publishers/) - Belongs to a package publishing or registry command family.
- [Secret-risk packages](https://www.automicvault.com/pkg/secret-risk-packages/) - Has protected-tool coverage, approval-gate, or non-low Geiger security signals.
- [Terminal utility packages](https://www.automicvault.com/pkg/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Text processing packages](https://www.automicvault.com/pkg/text-processing-tools/) - Matched text, document, or structured-data processing metadata.
- [guile](https://www.automicvault.com/pkg/brew/guile/) - Runtime dependency declared by Homebrew.
- [pkgconf](https://www.automicvault.com/pkg/brew/pkgconf/) - Build dependency declared by Homebrew.
- [bower](https://www.automicvault.com/pkg/brew/bower/) - Shares av.db curated category or tags: cli, developer-tools, package-management, package-manager.
- [cabal-install](https://www.automicvault.com/pkg/brew/cabal-install/) - Shares av.db curated category or tags: cli, developer-tools, package-management, package-manager.
- [clib](https://www.automicvault.com/pkg/brew/clib/) - Shares av.db curated category or tags: cli, developer-tools, package-management, package-manager.
- [composer](https://www.automicvault.com/pkg/brew/composer/) - Shares av.db curated category or tags: cli, developer-tools, package-management, package-manager.
- [conan](https://www.automicvault.com/pkg/brew/conan/) - Shares av.db curated category or tags: cli, developer-tools, package-management, package-manager.
- [conda-lock](https://www.automicvault.com/pkg/brew/conda-lock/) - Shares av.db curated category or tags: cli, developer-tools, package-management, package-manager.
- [corepack](https://www.automicvault.com/pkg/brew/corepack/) - Shares av.db curated category or tags: cli, developer-tools, package-management, package-manager.
- [cpanminus](https://www.automicvault.com/pkg/brew/cpanminus/) - Shares av.db curated category or tags: cli, developer-tools, package-management, package-manager.
- [amtterm](https://www.automicvault.com/pkg/brew/amtterm/) - Local package facts share a topical domain. Shared terms: cli, developer, developer-tools, management.

## Combined YAML source

View the package source record on GitHub. [combined/akku.yml](https://github.com/automic-vault/db/blob/main/combined/akku.yml)


## Sources

- Nucleus package database
- Geiger risk classifier
- package-page enrichment
- curated configuration and credential file locations
- curated package history
- package version freshness
- av.db category and tag curation
- package relationship graph
- cross-ecosystem install command graph
