3 unstable releases

new 0.10.0 Aug 31, 2024
0.9.2 Aug 8, 2024
0.9.1 Jul 25, 2024

#210 in Text editors

Download history 110/week @ 2024-07-19 44/week @ 2024-07-26 102/week @ 2024-08-02 50/week @ 2024-08-09 28/week @ 2024-08-16 20/week @ 2024-08-23 242/week @ 2024-08-30

432 downloads per month
Used in 3 crates (2 directly)

Apache-2.0

265KB
5K SLoC

Harper

Harper LS Web Precommit Crates.io

Harper is an English grammar checker designed to be just right. I created it after years of dealing with the shortcomings of the competition.

Grammarly was too expensive and too overbearing. Its suggestions lacked context, and were often just plain wrong. Not to mention: it's a privacy nightmare. Everything you write with Grammarly is sent to their servers. Their privacy policy claims they don't sell the data, but that doesn't mean they don't use it to train large language models and god knows what else. Not only that, but the round-trip-time of the network request makes revising your work all the more tedious.

LanguageTool is great, if you have gigabytes of RAM to spare and are willing to download the ~16GB n-gram dataset. Besides the memory requirements, I found LanguageTool too slow: it would take several seconds to lint even a moderate-size document.

That's why I created Harper: it is the grammar checker that fits my needs. Not only does it take milliseconds to lint a document, take less than 1/50th of LanguageTool's memory footprint, but it is also completely private.

Harper is even small enough to load via WebAssembly.

Installation

If you want to use Harper on your machine, you have two choices.

harper-ls

harper-ls provides an integration that works for most code editors.

Read more here.

Harper Obsidian Integration

If you use Obsidian, you may install the Harper Obsidian Plugin by searching for "Harper" in the community plugin store.

Performance Issues

We consider long lint times bugs. If you encounter any significant performance issues, please create an issue on the topic.

If you find a fix to any performance issue, we are open the contribution. Just make sure to read our contribution guidelines first.

FAQs

Where did the name Harper come from?

See this blog post.

Dependencies

~6.5–9MB
~163K SLoC