https://github.com/hanebox/ekphos
A lightweight, fast, terminal-based markdown research tool inspired by Obsidian
https://github.com/hanebox/ekphos
productivity tui
Last synced: 3 months ago
JSON representation
A lightweight, fast, terminal-based markdown research tool inspired by Obsidian
- Host: GitHub
- URL: https://github.com/hanebox/ekphos
- Owner: hanebox
- License: mit
- Created: 2025-12-15T11:06:31.000Z (3 months ago)
- Default Branch: release
- Last Pushed: 2025-12-18T03:33:59.000Z (3 months ago)
- Last Synced: 2025-12-20T01:56:19.069Z (3 months ago)
- Topics: productivity, tui
- Language: Rust
- Homepage: https://ekphos.xyz
- Size: 627 KB
- Stars: 192
- Watchers: 2
- Forks: 10
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- my-awesome-github-stars - hanebox/ekphos - A lightweight, fast, terminal-based markdown research tool inspired by Obsidian (Rust)
- awesome-tuis - ekphos
README
# Ekphos
[](https://crates.io/crates/ekphos)
[](https://www.rust-lang.org/)
[](https://github.com/hanebox/ekphos/blob/main/LICENSE)
An open source, lightweight, fast, terminal-based markdown research tool built with Rust.

## Documentation
**Full documentation has moved to [docs.ekphos.xyz](https://docs.ekphos.xyz)**
## Quick Start
```bash
cargo install 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.70+
- For inline images: iTerm2, Kitty, WezTerm, Ghostty, or Sixel-compatible terminal
## Contributing
```bash
git clone https://github.com/hanebox/ekphos.git
cd ekphos
make run
```
1. Fork the repository
2. Create a feature branch from `main`
3. Make your changes
4. Submit a PR to the `main` branch
To contribute to the documentation, see [ekphos-docs](https://github.com/hanebox/ekphos-docs).
## Disclaimer
This project is in early development. There may be breaking changes and bugs in pre-releases.
## License
MIT