Ekphos
August 29, 2026 ยท View on GitHub
A lightweight, fast, terminal-based markdown research tool built with Rust.

Documentation
Go to Documentation
Quick Start
To install with Cargo:
cargo install ekphos
Alternatively, you can install Ekphos using Homebrew:
brew install ekphos
Or using AUR:
yay -S ekphos
Note: Always update to the latest version. If you encounter config issues after updating, run ekphos --reset to reset your configuration.
Requirements
- Rust 1.90+
- For inline images and graphical equations: iTerm2, Kitty, WezTerm, Ghostty, or a Sixel-compatible terminal
Building from source
make verify # format, check, Clippy, tests, release, packages
make dist # platform release archive
nix build .#default # Nix package
docker build -t ekphos . # Linux container
Discussion
- Open a discussion in the repository
Disclaimer
This project is in early development. There may be breaking changes and bugs in pre-releases.
Contributing
git clone https://github.com/hanebox/ekphos.git
cd ekphos
- Fork the repository
- Create a feature branch from
main - Make your changes
- Submit a PR to the
mainbranch
To contribute to the documentation, see ekphos-docs.
License
MIT