# Install edbrowse with Homebrew, apk, apt, MacPorts

Command-line editor and web browser. Version 3.8.17 via Homebrew; verified 2026-06-25.

## Install

```sh
sudo av install brew:edbrowse
```

Additional install commands:

### macOS

- Homebrew (100%):

```sh
brew install edbrowse
```

  Evidence: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install edbrowse
```

  Evidence: MacPorts ports tree: www/edbrowse/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1

### Linux

- apk (92%):

```sh
sudo apk add edbrowse
```

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

- Debian apt (92%):

```sh
sudo apt install edbrowse
```

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

## Package facts

- **Package key:** brew:edbrowse
- **Package manager:** Homebrew
- **Package manager page:** <https://formulae.brew.sh/formula/edbrowse>
- **Version:** 3.8.17
- **Source summary:** Command-line editor and web browser
- **Homepage:** <https://edbrowse.org>
- **Repository:** <https://github.com/edbrowse/edbrowse>
- **Upstream docs:** <https://edbrowse.org/usersguide.html>
- **License:** GPL-2.0-or-later
- **Source archive:** <https://github.com/edbrowse/edbrowse/archive/refs/tags/v3.8.17.tar.gz>
- **Last updated:** 2026-06-25T13:37:40+02:00
- **Generated:** 2026-07-08T07:18:31+00:00

## Executables

- edbrowse (cli)
- edbrowse-plugin-telnet (cli)
- edbrowse-plugin-zip (cli)
- edbrowse (alias)
- edbrowse-plugin-telnet (alias)
- edbrowse-plugin-zip (alias)

## Dependencies

- curl
- openssl@3
- pcre2
- readline
- unixodbc

## Build dependencies

- pkgconf
- quickjs

## 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-07-08
- Package-manager version: 3.8.17
- Package-manager updated: 2026-06-25
- Local data: ok
- Upstream repository: https://github.com/edbrowse/edbrowse
- Upstream latest detected: v3.8.17 (current)
## Project history and usage

Edbrowse is a command-line editor, browser, mail client, IRC client, and database front end built around an ed-like line interface. Its history is tightly connected to accessibility: the project was originally written for blind users, while also attracting users who want scriptable web interaction from a text command language.

### Project history

The official user guide says Karl Dahlke wrote the first version of edbrowse in Perl in 2001 and remains the principal developer. The homepage says the original Perl version was portable but lacked many of the features that later arrived in the C implementation.

Karl Dahlke rewrote version 2 in C and initially wrote a JavaScript compiler and engine from scratch. The homepage says version 3.1.1 moved to Mozilla's SpiderMonkey JavaScript engine, and later releases migrated through Duktape, QuickJS, and QuickJS-NG as the JavaScript ecosystem changed.

The project is now maintained by the edbrowse organization on GitHub. The official site describes it as a work in progress and asks for developers, while the repository metadata shows ongoing activity through June 2026.

### Adoption history

Edbrowse adoption has always been specialized. The homepage says it was originally written for blind users, while sighted users have used its unusual scripting abilities for batch jobs, cron jobs, web forms, email, and database access.

The package appears in multiple Unix-like package managers and also provides statically linked Linux executables for users who do not want to build from source. That matches its audience: users who need a working command-line web tool more than a modern graphical browser.

### How it is used

Edbrowse starts from an ed-like editing model, then adds URL loading, HTML rendering, links, forms, JavaScript, mail, IRC, SQL access through ODBC, and directory editing. The guide explicitly says familiarity with ed helps.

Configuration uses an edbrowse configuration file containing functions similar to shell startup files. The batch input records common Unix paths as `$XDG_CONFIG_HOME/edbrowse/ebrc` and `~/.ebrc`, and the user guide documents scripts, mail, IRC, and database configuration in that file.

### Why package nerds care

Edbrowse is significant because it is not merely a text browser. It is an accessible, scriptable, ed-shaped environment for interacting with the web, mail, databases, and local files, which makes it a rare package in the space between editor, browser, and automation tool.

It is also a packaging challenge in miniature: a command-line tool that depends on networking, HTML handling, JavaScript engines, SSL, PCRE, curl, ODBC, and platform accessibility expectations while preserving a terse line interface.

### Timeline

- 2001: Karl Dahlke writes the first version of edbrowse in Perl.
- Version 2: Edbrowse is rewritten in C with a home-grown JavaScript engine.
- Version 3.1.1: Edbrowse adopts Mozilla SpiderMonkey for JavaScript.
- Later 3.x: Edbrowse migrates from Duktape to QuickJS and then QuickJS-NG.
- 2026: GitHub repository metadata shows active development.

### Related projects

- ed is the interface model edbrowse intentionally resembles.
- SpiderMonkey, Duktape, QuickJS, and QuickJS-NG are JavaScript engines used across edbrowse's history.
- curl and PCRE are named by the project documentation as important dependencies.
- The Perl edbrowse implementation remains available as an unsupported historical version.

### Sources

- <https://edbrowse.org/>
- <https://edbrowse.org/usersguide.html>
- <https://api.github.com/repos/edbrowse/edbrowse>


## Security Notes

narrow executable package without higher-risk signals.

- **Geiger risk:** green / low
- narrow executable package without higher-risk signals


## 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/edbrowse/ebrc, ~/.ebrc

## Credential files

- Unix: ~/.ebrc, ~/.netrc
## Source Database Details

- **Source Database:** Homebrew formula API
- **Tap:** homebrew/core
- **Full Name:** edbrowse
- **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

## Other Package-Manager Records

- Debian apt - edbrowse - 3.8.12-1: normalized package name match | Debian stable package indexes: edbrowse from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | /bin/ed-alike webbrowser written in C | https://edbrowse.org/
- Ubuntu apt - edbrowse - 3.7.7-5build3: normalized package name match | Ubuntu 24.04 LTS package indexes: edbrowse from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | /bin/ed-alike webbrowser written in C | https://edbrowse.org/
- apk - edbrowse - 3.8.17-r0: normalized package name match | Alpine Linux edge package indexes: edbrowse from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz | Line-oriented editor, web browser, and mail client | https://edbrowse.org/
- apk - edbrowse-doc - 3.8.17-r0: normalized package name match | Alpine Linux edge package indexes: edbrowse-doc from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz | Line-oriented editor, web browser, and mail client (documentation) | https://edbrowse.org/
- apk - edbrowse-plugins - 3.8.17-r0: normalized package name match | Alpine Linux edge package indexes: edbrowse-plugins from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz | Line-oriented editor, web browser, and mail client (plugins) | https://edbrowse.org/
- MacPorts - edbrowse: normalized package name match | MacPorts ports tree: www/edbrowse/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1


## Related links

- [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.
- [Networking and protocol packages](https://www.automicvault.com/pkg/networking-protocol-tools/) - Matched network, protocol, or remote-service metadata.
- [Web development packages](https://www.automicvault.com/pkg/web-dev-tools/) - Matched web development metadata.
- [curl](https://www.automicvault.com/pkg/brew/curl/) - Runtime dependency declared by Homebrew.
- [openssl@3](https://www.automicvault.com/pkg/brew/openssl-3/) - Runtime dependency declared by Homebrew.
- [pcre2](https://www.automicvault.com/pkg/brew/pcre2/) - Runtime dependency declared by Homebrew.
- [unixodbc](https://www.automicvault.com/pkg/brew/unixodbc/) - Runtime dependency declared by Homebrew.
- [pkgconf](https://www.automicvault.com/pkg/brew/pkgconf/) - Build dependency declared by Homebrew.
- [quickjs](https://www.automicvault.com/pkg/brew/quickjs/) - Build dependency declared by Homebrew.
- [liblouis](https://www.automicvault.com/pkg/brew/liblouis/) - Shares av.db curated category or tags: accessibility, cli, productivity.
- [ad](https://www.automicvault.com/pkg/brew/ad/) - Shares av.db curated category or tags: cli, productivity, text-editor.
- [amp](https://www.automicvault.com/pkg/brew/amp/) - Shares av.db curated category or tags: cli, productivity, text-editor.
- [aoeui](https://www.automicvault.com/pkg/brew/aoeui/) - Shares av.db curated category or tags: cli, productivity, text-editor.
- [emacs](https://www.automicvault.com/pkg/brew/emacs/) - Shares av.db curated category or tags: cli, productivity, text-editor.
- [enter-tex](https://www.automicvault.com/pkg/brew/enter-tex/) - Shares av.db curated category or tags: cli, productivity, text-editor.
- [fresh-editor](https://www.automicvault.com/pkg/brew/fresh-editor/) - Shares av.db curated category or tags: cli, productivity, text-editor.
- [gedit](https://www.automicvault.com/pkg/brew/gedit/) - Shares av.db curated category or tags: cli, productivity, text-editor.
- [leaps](https://www.automicvault.com/pkg/brew/leaps/) - Local package facts share a topical domain. Shared terms: cli, editor, productivity, text, text-editor.
- [fb-client](https://www.automicvault.com/pkg/brew/fb-client/) - Local package facts share a topical domain. Shared terms: cli, curl, openssl, openssl-3, productivity.
- [imapfilter](https://www.automicvault.com/pkg/brew/imapfilter/) - Local package facts share a topical domain. Shared terms: cli, openssl, openssl-3, pcre2, productivity.

## Combined YAML source

View the package source record on GitHub. [combined/edbrowse.yml](https://github.com/automic-vault/db/blob/main/combined/edbrowse.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
- external package-manager database matches
- cross-ecosystem install command graph
