حكمة — wisdom in every edit
HIKMA is a fast, native editing environment for technical writers and researchers. Write LaTeX, Markdown, and annotate PDFs — all from one distraction-free interface built in Rust.
- LaTeX editing — syntax highlighting, live preview, error diagnostics
- Markdown support — CommonMark + GFM with live rendered preview
- PDF viewer — open, annotate, and export PDF files natively
- Native speed — zero-latency editing, no Electron overhead
Requires Rust 1.75+ and Cargo.
# clone the repo
git clone https://github.com/HashDBrown/HIKMA
cd hikmaRunning the program
To run this project, you will need to have Rust (https://www.rust-lang.org/tools/install) installed, as HIKMA is built with Tauri (https://tauri.app/).
Install Dependencies
npm installRun the Application
npm run tauri devOther Scripts
- npm run dev: Runs only the web-based frontend in your browser.
- npm run build: Builds the project for production.
- npm run lint: Runs the linter to check for code quality issues.MIT © 2026 — see LICENSE for details.