# Just Ink It

> Source: <https://github.com/cartesia-ai/InkIt>
> Published: 2026-06-16 11:23:33+00:00

**Get hours back every week.** You talk 3× faster than you type. Start talking, stop typing.**Heard right the first time.** Stays accurate when you're whispering or talking over background noise, so there's less to fix.**Use it in every app you already live in.** Editor, browser, chat, terminal: your words land right at the cursor, no copy-paste.**Talk your way.** Hold a key to dictate, or go fully hands-free. Set whatever shortcut feels natural.**No ums, no filler.** Polish tidies your speech and punctuation automatically, without rewriting your words.**Never lose a thought.** Every dictation is saved and searchable, right on your Mac.**Make it yours.** Light or dark, your mic, your shortcut. Tune it to how you work.

- Download via the button above and move InkIt to your Applications folder.
- Launch InkIt. Go through a quick onboarding to set up Microphone and Accessibility access.
- Grab a free
[Cartesia API key](https://play.cartesia.ai), good for about 15,000 words a month. - (Optional) Turn on Polish with your own key from Groq, Google Gemini, OpenAI, or Anthropic.

InkIt is open source but not open contribution.

Fork and modify it for your own use. Pull requests aren't guaranteed a review: see [CONTRIBUTING.md](/cartesia-ai/InkIt/blob/main/.github/CONTRIBUTING.md). Bug reports and feedback go [here](https://forms.gle/jXNtDsTaLt2rKQ8N9).

**Build from source** (Xcode 15+ and XcodeGen)

```
brew install xcodegen
xcodegen generate
open InkIt.xcodeproj
```

Install the build:

```
cp -R build/Build/Products/Release/InkIt.app /Applications/
```

Changes only take effect after you replace `/Applications/InkIt.app`

. Rebuilding alone isn't enough.
