macOS
brew install eask-clilocal Homebrew formula metadata
sudo port install eask-cliMacPorts ports tree · devel/eask-cli/Portfile · source: api.github.com
brew / rank 5022
CLI for building, running, testing, and managing your Emacs Lisp dependencies. Version 0.12.9 via Homebrew; verified from local package data. Also installable with nix: nix profile install nixpkgs#eask-cli.
install
brew install eask-clilocal Homebrew formula metadata
sudo port install eask-cliMacPorts ports tree · devel/eask-cli/Portfile · source: api.github.com
nix profile install nixpkgs#eask-clinixpkgs package indexes · pkgs/by-name/ea/eask-cli/package.nix · source: api.github.com
sudo dnf install easkFedora Rawhide package metadata · eask · source: dl.fedoraproject.org
scoop install extras/eask-cliScoop official bucket manifest trees · bucket/eask-cli.json · source: api.github.com
winget install --id eask.cli -eWindows Package Manager source index · eask.cli · source: cdn.winget.microsoft.com
overview
CLI for building, running, testing, and managing your Emacs Lisp dependencies
history
Eask is a CLI and project file format for Emacs Lisp package development, dependency management, testing, and script execution. It is distributed as the `eask` executable and uses an `Eask` file as the project configuration surface.
The official GitHub repository was created in March 2022. The README says Eask was originally designed as a package development tool for Elisp projects, then expanded to support dependency management in Emacs configurations and running Elisp programs as a lightweight runtime.
Eask positions itself as a successor or alternative to earlier Emacs Lisp build tools such as Cask, makem.sh, and Eldev. Its documentation emphasizes a consistent sandboxing environment, built-in Emacs commands, testing/linting helpers, and a dependency-light executable.
Eask's adoption is concentrated in the Emacs Lisp package-maintainer community. The npm registry records the scoped package `@emacs-eask/cli`, while Homebrew packages the same npm artifact as `eask-cli`; the input also records additional package-manager availability across MacPorts, Nix, Scoop, winget, and Fedora.
The official docs homepage describes Eask as supporting 80-plus commands, which explains its appeal for maintainers who want one repeatable CLI for package checks, dependency installation, byte compilation, linters, and test runners.
Typical usage is to place an `Eask` file in an Emacs Lisp project, then run `eask` commands for dependency installation, package building, byte compilation, linting, and tests. The README notes that the Eask file itself is treated as Emacs Lisp, which keeps the configuration familiar to Emacs package authors.
Eask can also be used outside package publishing: users can manage dependencies for an Emacs configuration or run Elisp programs through the CLI.
Eask is package-nerd-interesting because it brings modern CLI packaging expectations to a historically editor-native ecosystem. It wraps Emacs Lisp package development in a global executable, documented commands, CI-friendly behavior, and package-manager distribution.
It is also a small example of cross-ecosystem packaging: an Emacs-focused tool distributed via npm, then repackaged by Homebrew and other OS package managers.
security posture
narrow executable package without higher-risk signals.
green risk · low confidence · appliance
Before unattended agent use, check whether the tool reads plaintext credentials, writes remote state, publishes artifacts, or shells out to plugins.
local files
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.
Config paths the tool may read or write during local use.
Easkexecutables
| Command | Kind | Exposure | Note |
|---|---|---|---|
eask | executable | indexed executable | Discovered from the local executable index. |
freshness
These signals separate page generation age, package-manager activity, and upstream release comparison. Version lag is warned only when an evidence URL and comparable versions are present.
install metadata
| Package key | brew:eask-cli |
|---|---|
| Version | 0.12.9 |
| Package manager | Homebrew |
| Homepage | https://emacs-eask.github.io/ |
| Bottle | not recorded |
| Service | none declared |
source database matches
Matches are pulled from external package-manager indexes and kept separate from local Automic Vault package links.
eask-cli
nix profile install nixpkgs#eask-clieask-cli
sudo port install eask-cliextras/eask-cli
scoop install extras/eask-clieask.cli
winget install --id eask.cli -eeask 0.12.9-2.fc45
Emacs Lisp dependency manager
https://github.com/emacs-eask/cli
sudo dnf install easksource trail
This page is generated by av-web from the private package SQLite artifact built by scripts/generate-pkg-sqlite.py.
View the package source record on GitHub.