explaingit

malashkadev/aura

Analysis updated 2026-05-18

1RustAudience · generalComplexity · 2/5LicenseSetup · easy

TLDR

A free, open source Windows app that turns your speech into cleaned up, punctuated text in any application, using either cloud AI or fully offline local models.

Mindmap

mindmap
  root((repo))
    What it does
      Hotkey voice dictation
      AI text cleanup
      Edit text by voice
      Local or cloud engines
    Tech stack
      Rust
      Tauri
      Whisper
      NVIDIA Parakeet
    Use cases
      Hands free typing
      Private offline dictation
    Audience
      Windows users
      Writers

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

What do people build with it?

USE CASE 1

Dictate text into any Windows app using a global hotkey.

USE CASE 2

Clean up spoken text automatically by removing filler words.

USE CASE 3

Transcribe fully offline and privately using a local Whisper model.

USE CASE 4

Edit already typed text by giving a spoken rewrite instruction.

What is it built with?

RustTauriNode.jsWhisper

How does it compare?

malashkadev/auraabc3dz/mixxxabyo-software/ferro-stash
Stars111
LanguageRustRustRust
Setup difficultyeasymoderatemoderate
Complexity2/52/54/5
Audiencegeneralgeneralops devops

Figures from each repo's GitHub metadata at analysis time.

How do you get it running?

Difficulty · easy Time to first run · 5min

Cloud mode needs a free API key such as Groq, local mode needs a model download.

AGPL-3.0 licensed, meaning modified versions used over a network must also share their source code.

In plain English

Aura is a free, open source voice dictation app for Windows. The idea is simple: you hold down a hotkey, speak, and release it, and your words appear as clean, typed text in whatever application you were using, whether that is a chat app, a code editor, or a document. It is not just a transcriber though. Aura also cleans up what you said, removing filler words and fixing punctuation, and it can even rewrite text you have already selected based on a spoken instruction. You get to choose how the speech is turned into text. Cloud mode sends your audio to a provider like Gemini, OpenAI, or Groq using your own API key, while local mode runs entirely offline on your own computer using Whisper or NVIDIA's Parakeet model, so nothing leaves your machine. The app also supports spoken punctuation commands, a history of your last fifty dictations, a custom dictionary for names and specific terms it should recognize, and support for eleven languages. The README positions Aura as a free alternative to a paid product called Wispr Flow, and compares itself honestly against a similar free tool called Handy, noting where each one is stronger. Aura's main selling point is the AI cleanup layer combined with the option of either cloud or fully local, private processing. Installing it is as simple as downloading an installer from the project's releases page and running it, though Windows will show a security warning the first time since the installer is not code signed yet. Building it from source requires Rust, Node.js, and WebView2, and uses standard npm commands to run it in development or produce an installer. The project is written primarily in Rust, using Tauri to build the desktop app, and is licensed under AGPL-3.0. It currently has 1 star on GitHub, and the author is actively working on bringing macOS support to the same codebase.

Copy-paste prompts

Prompt 1
Walk me through installing Aura and setting up a cloud API key with Groq.
Prompt 2
Explain the difference between the local and cloud dictation engines.
Prompt 3
Show me how to build this Tauri app from source on Windows.
Prompt 4
Help me add a custom dictionary entry for names Aura should recognize.

Frequently asked questions

What is aura?

A free, open source Windows app that turns your speech into cleaned up, punctuated text in any application, using either cloud AI or fully offline local models.

What language is aura written in?

Mainly Rust. The stack also includes Rust, Tauri, Node.js.

What license does aura use?

AGPL-3.0 licensed, meaning modified versions used over a network must also share their source code.

How hard is aura to set up?

Setup difficulty is rated easy, with roughly 5min to a first successful run.

Who is aura for?

Mainly general.

Open on GitHub → Explain another repo

This repo across BitVibe Labs

Verify against the repo before relying on details.