golos

command module
v0.2.5 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 26, 2026 License: MIT Imports: 4 Imported by: 0

README

Screenshot 1447-09-06 at 3 18 35 AM

Golos

Golos is an extremely lightweight Wispr Flow alternative. Hold a hotkey, speak, release, and your words get pasted.

Install

curl -fsSL https://raw.githubusercontent.com/basilysf1709/golos/main/install.sh | bash

Usage

golos setup                  # configure API key
golos                        # run in foreground
golos -d                     # run in background
golos --output stdout        # output to stdout instead of clipboard
golos --hotkey cmd           # override hotkey
golos stop                   # stop background process

CLI Commands

Command Description
golos setup Configure Deepgram API key
golos Run speech-to-text (foreground)
golos -d Run speech-to-text (background)
golos stop Stop the background process
golos add <phrase> <replacement> Add a dictionary replacement
golos delete <phrase> Delete a dictionary entry
golos list List all dictionary entries
golos import <file.toml> Import dictionary from a TOML file
Flags
Flag Description
-d, --detach Run in background
--output <mode> Override output mode (clipboard or stdout)
--hotkey <key> Override hotkey
Dictionary

Manage word/phrase replacements that are applied to transcriptions:

golos add "period" "."
golos add "new line" "\n"
golos delete "period"
golos list
golos import dictionary.example.toml

Configuration

Config file: ~/.config/golos/config.toml

deepgram_api_key = "your-key"
hotkey = "right_option"
output_mode = "clipboard"
sample_rate = 16000
language = "en-US"

Environment variables DEEPGRAM_API_KEY, GOLOS_OUTPUT, and GOLOS_HOTKEY override config values.

Requirements

macOS, a Deepgram API key, and Accessibility permission for your terminal.

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL