{"name":"Moribito: An Interactive Terminal-Based LDAP Server Explorer Built with Go","description":"Moribito is a powerful terminal-based LDAP server explorer developed in Go, leveraging BubbleTea for a modern TUI. It offers interactive navigation of LDAP directory trees, detailed record viewing, custom query execution, and robust connection management, making LDAP exploration efficient and user-friendly.","github":"https://github.com/ericschmar/moribito","url":"https://osrepos.com/repo/ericschmar-moribito","source":"osrepos.com","sourceDescription":"This repository profile is provided by osrepos.com, an open source repository discovery platform.","repositoryProfile":"https://osrepos.com/repo/ericschmar-moribito","generatedFor":"open source discovery and AI-assisted research","markdown":"https://osrepos.com/repo/ericschmar-moribito.md","json":"https://osrepos.com/repo/ericschmar-moribito.json","topics":["Go","LDAP","TUI","CLI","Terminal","Server Explorer","Directory Management","BubbleTea"],"keywords":["Go","LDAP","TUI","CLI","Terminal","Server Explorer","Directory Management","BubbleTea"],"stars":null,"summary":"Moribito is a powerful terminal-based LDAP server explorer developed in Go, leveraging BubbleTea for a modern TUI. It offers interactive navigation of LDAP directory trees, detailed record viewing, custom query execution, and robust connection management, making LDAP exploration efficient and user-friendly.","content":"## Introduction\n\nMoribito, which means \"forest-person\" in Japanese, is a sophisticated terminal-based LDAP server explorer built with Go and the modern TUI framework, BubbleTea. Designed for system administrators and developers, Moribito provides an interactive and intuitive interface for navigating LDAP directory trees, viewing detailed records, and executing custom queries directly from your terminal. It streamlines the process of managing and exploring LDAP environments with features like efficient pagination, secure authentication, and flexible configuration.\n\n## Installation\n\nGetting started with Moribito is straightforward, with several convenient installation methods available.\n\n### Homebrew (Recommended for macOS/Linux)\n\nFor users on macOS and Linux, Homebrew offers the simplest installation:\n\nbash\nbrew install moribito\n\n\n### Quick Install Scripts\n\nMoribito also provides convenient scripts for quick installation across various platforms:\n\n**Linux/Unix:**\nbash\ncurl -sSL https://raw.githubusercontent.com/ericschmar/moribito/main/scripts/install.sh | bash\n\n\n**macOS:**\nbash\ncurl -sSL https://raw.githubusercontent.com/ericschmar/moribito/main/scripts/install-macos.sh | bash\n\n\n**Windows (PowerShell):**\npowershell\nirm https://raw.githubusercontent.com/ericschmar/moribito/main/scripts/install.ps1 | iex\n\n\nFor other installation options, including manual downloads from GitHub releases or building from source, please refer to the official repository.\n\n## Examples\n\nMoribito offers flexible ways to connect and interact with your LDAP servers.\n\n### Command Line Connection\n\nYou can connect directly using command-line options:\n\nbash\nmoribito -host ldap.example.com -base-dn \"dc=example,dc=com\" -user \"cn=admin,dc=example,dc=com\"\n\n\n### Configuration File\n\nFor more complex setups or multiple connections, Moribito supports configuration files. You can generate a sample configuration:\n\nbash\nmoribito --create-config\n\n\nA basic `config.yaml` might look like this:\n\nyaml\nldap:\n    host: \"ldap.example.com\"\n    port: 389\n    base_dn: \"dc=example,dc=com\"\n    use_ssl: false\n    use_tls: false\n    bind_user: \"cn=admin,dc=example,dc=com\"\n    bind_pass: \"your-password\"\n\n\n### Interactive Querying\n\nThe Query View allows you to execute custom LDAP filters. For instance:\n\n*   `(objectClass=person)` - Find all person objects.\n*   `(cn=john*)` - Find objects with a common name starting with \"john\".\n*   `(&(objectClass=person)(mail=*@example.com))` - Find people with example.com emails.\n\nMoribito also includes a handy feature to format complex queries for better readability. Simply press `Ctrl+F` in the Query View.\n\n## Why Use Moribito?\n\nMoribito stands out as an excellent choice for LDAP exploration due to several key advantages:\n\n*   **Modern Terminal User Interface (TUI):** Built with BubbleTea, it provides a clean, intuitive, and highly interactive experience directly in your terminal, eliminating the need for graphical tools.\n*   **Comprehensive Features:** From interactive tree navigation and detailed record viewing to powerful custom query capabilities with automatic pagination, Moribito covers all essential LDAP exploration needs.\n*   **Performance and Reliability:** Intelligent pagination efficiently handles large datasets, loading results on demand. Automatic retry functionality ensures robust connection management, gracefully handling network issues.\n*   **Secure and Flexible:** Supports SSL/TLS and various authentication methods, ensuring secure connections. Its flexible configuration via command-line flags or YAML files adapts to diverse environments.\n*   **Cross-Platform Compatibility:** Easily installable on macOS, Linux, and Windows, making it a versatile tool for any developer or administrator.\n\n## Links\n\n*   [Moribito GitHub Repository](https://github.com/ericschmar/moribito){:target=\"_blank\"}\n*   [Latest Releases](https://github.com/ericschmar/moribito/releases){:target=\"_blank\"}","metrics":{"detailViews":5,"githubClicks":12},"dates":{"published":null,"modified":"2025-11-07T12:01:37.000Z"}}