Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/akr4/jomai

A desktop search system specialized for Markdown files written in Rust.
https://github.com/akr4/jomai

markdown react rust tantivy tauri typescript vibrato

Last synced: about 1 month ago
JSON representation

A desktop search system specialized for Markdown files written in Rust.

Awesome Lists containing this project

README

        

# Jomai

A desktop search system specialized for Markdown files written in Rust.

https://jomai.app/

![Screenshot](app/docs/assets/screenshot-main-light-en.png)

## Supported Languages

- English
- Japanese
- Planned: more languages

## Setup Local Environment

### Setup Japanese Dictionary

```bash
just download-japanese-dictionary
```

### Install dependencies

```bash
cd app
pnpm install
````

### Run the app

```bash
pnpm tauri dev
```

## Update licenses.html

```bash
just generate-license-html
```

## Uninstall

1. Remove `${HOME}/Library/Application\ Support/app.jomai.jomai`.
2. Remove jomai.app from /Applications if you installed it there.

## License

MIT

## Third-party Licenses

See [licenses.html](licenses/licenses.html).