Requirements
Loom LDAP Browser requires:- Terminal emulator with Unicode and color support
- Operating system: Linux, macOS, or Windows
For the best experience, use a terminal with 256-color support and a monospace font with good Unicode coverage.
Installation methods
- Prebuilt binaries
- From source
Download prebuilt binaries
The easiest way to get started is to download a prebuilt binary for your platform.Visit the releases page
Navigate to the GitHub Releases page and find the latest version.
Download for your platform
Download the appropriate binary for your system:
| Platform | Architecture | Download |
|---|---|---|
| Linux | x86_64 | loom-ldapbrowser-linux-x86_64 |
| Linux | aarch64 | loom-ldapbrowser-linux-aarch64 |
| macOS | Intel | loom-ldapbrowser-macos-x86_64 |
| macOS | Apple Silicon | loom-ldapbrowser-macos-aarch64 |
| Windows | x86_64 | loom-ldapbrowser-windows-x86_64.exe |
Move to your PATH
Move the binary to a directory in your PATH for easy access:Linux/macOS:Windows:
Move the
.exe file to a directory in your PATH, or add its location to your PATH environment variable.Configuration directory
On first run, Loom LDAP Browser creates a configuration directory:- Linux/macOS:
~/.config/loom-ldapbrowser/ - Windows:
%APPDATA%\loom-ldapbrowser\
config.toml- Main configuration file with connection profiles and settingsthemes/- Custom theme files (optional)
The configuration file is created automatically when you save your first connection profile. You can also create it manually before first run.
Command-line options
Loom LDAP Browser supports several command-line options:Options
| Option | Short | Description |
|---|---|---|
--config <PATH> | -c | Path to config file (default: ~/.config/loom-ldapbrowser/config.toml) |
--host <HOST> | -H | LDAP host to connect to (overrides config) |
--port <PORT> | -p | LDAP port (overrides config) |
--bind-dn <DN> | -D | Bind DN (overrides config) |
--base-dn <DN> | -b | Base DN (overrides config) |
--help | -h | Print help information |
--version | -V | Print version |
Examples
Next steps
Quick start
Connect to your first LDAP server and start browsing