Offline, privacy-first grammar checker. Fast, open-source, Rust-powered
Find a file
2025-02-17 13:42:57 -07:00
.github fix: enable corepack in builds 2025-02-15 11:04:46 -07:00
.vscode feat: make the Harper Visual Studio Code extension recommended 2024-10-22 14:56:56 -06:00
harper-cli build(deps): bump clap from 4.5.28 to 4.5.29 2025-02-17 01:44:36 +00:00
harper-comments Release 0.21.1 2025-02-13 11:55:07 -07:00
harper-core Merge pull request #694 from Automattic/dependabot/cargo/smallvec-1.14.0 2025-02-17 13:13:16 -07:00
harper-html Release 0.21.1 2025-02-13 11:55:07 -07:00
harper-literate-haskell Release 0.21.1 2025-02-13 11:55:07 -07:00
harper-ls build(deps): bump clap from 4.5.28 to 4.5.29 2025-02-17 01:44:36 +00:00
harper-tree-sitter Release 0.21.1 2025-02-13 11:55:07 -07:00
harper-typst Release 0.21.1 2025-02-13 11:55:07 -07:00
harper-wasm Release 0.21.0 2025-02-13 11:17:49 -07:00
packages Merge branch 'master' into dep-fixes 2025-02-17 13:42:57 -07:00
.gitignore Created Dockerfile and fly config + fixed Flexbox issue 2024-01-15 14:17:45 -07:00
.node-version chore(node): use lts/* instead of lts/iron 2025-02-03 16:54:14 +08:00
ARCHITECTURE.md docs: moved architecture document to the web 2024-12-27 12:03:11 -07:00
Cargo.lock Merge pull request #695 from Automattic/dependabot/cargo/clap-4.5.29 2025-02-17 13:13:47 -07:00
Cargo.toml Merge remote-tracking branch 'upstream/master' into typst-support 2025-01-11 21:17:52 -07:00
COMPARISON.md fix: changed links from elijah-potter/harper to automattic/harper 2024-12-18 08:05:16 -07:00
CONTRIBUTING.md docs: moved contributor documentation to the web 2024-12-27 11:49:08 -07:00
demo.md feat(web): added a splash of color to the demo 2025-01-31 10:15:20 -07:00
Dockerfile fix: enable corepack in builds 2025-02-15 11:04:46 -07:00
justfile Merge branch 'master' into dep-fixes 2025-02-17 13:42:57 -07:00
LICENSE fix: filled in LICENSE 2024-03-25 14:58:52 -06:00
logo.svg feat: added logo to README.md and web client 2024-02-15 20:56:27 -07:00
README.md docs: add links in more places 2025-02-03 12:29:11 -07:00
rust-toolchain.toml feat: enforce stable rust with a rust-toolchain.toml 2024-09-27 08:28:57 +02:00
rustfmt.toml feat(core): added Whereas rule 2025-02-06 08:57:02 -07:00

Harper

Harper Binaries Website Precommit Crates.io NPM Version

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.

Language Support

Harper currently only supports American English, but the core is extensible to support other languages, so we welcome contributions that allow for other language support.

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.

Huge Thanks

This project would not be possible without the hard work from those who contribute.

Harper's logo was designed by Lukas Werner.