Olaf The Vibecoder — a voice-controlled coding assistant using OpenAI Realtime API + Claude Code
Project description
Olaf The Vibecoder
A voice-controlled coding assistant that combines OpenAI's Realtime API for voice conversation with Claude Code for autonomous coding tasks.
Quick Start
# Install and run
uv tool install voice-vibecoder
vibecoder
On first launch, a setup wizard will guide you through connecting your OpenAI or Azure OpenAI account. Press s anytime to change settings.
Features
- Voice conversation via OpenAI Realtime API (supports OpenAI and Azure)
- Multi-instance Claude Code agents running in separate git worktrees
- Git diff visualization with file tree and colorized hunks
- Session persistence across restarts
- Push-to-talk and voice activity detection modes
- Multi-language support (English, Norwegian, Swedish)
Requirements
- Python 3.10+
- An OpenAI API key with Realtime API access
- PortAudio for microphone input (
brew install portaudioon macOS) - Claude Code CLI installed
Usage as a Library
Embed the voice coding screen in your own Textual app:
from pathlib import Path
from voice_vibecoder import VoiceCodingApp, VoiceCodingScreen, VoiceConfig
# Standalone app with custom config
config = VoiceConfig(
app_name="My Coding Assistant",
config_dir=Path.home() / ".my-app",
data_dir=Path.home() / ".my-app",
log_dir=Path.home() / ".my-app" / "logs",
on_startup=lambda send: send("Hello from startup!"),
)
VoiceCodingApp(config=config).run()
# Or embed the screen in your own Textual app
screen = VoiceCodingScreen(repo_root, config=config)
Configuration
Settings are stored using platform-standard directories:
| Platform | Config | Data | Logs |
|---|---|---|---|
| macOS | ~/Library/Application Support/voice-vibecoder/ |
~/Library/Application Support/voice-vibecoder/ |
~/Library/Logs/voice-vibecoder/ |
| Linux | ~/.config/voice-vibecoder/ |
~/.local/share/voice-vibecoder/ |
~/.local/state/voice-vibecoder/log/ |
Git worktrees are created as siblings of your project directory (e.g., ../my-project-feat-login).
Keyboard Shortcuts
| Key | Action |
|---|---|
q / Esc |
Quit |
m |
Toggle mute |
s |
Settings |
c |
Cancel current Claude task |
Space |
Push-to-talk (when in PTT mode) |
License
MIT
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file voice_vibecoder-1.24.2.tar.gz.
File metadata
- Download URL: voice_vibecoder-1.24.2.tar.gz
- Upload date:
- Size: 92.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
54382f3fdc436c10cc11c744b3705a140365a6b048937a9aeceffd153445b71a
|
|
| MD5 |
d204d98f020cee7fb57ccd719fd1a0d2
|
|
| BLAKE2b-256 |
4f4114d3895d43249511634065d3da8f6d69d3a6b6f4ccb178faaa30baf8a929
|
Provenance
The following attestation bundles were made for voice_vibecoder-1.24.2.tar.gz:
Publisher:
release.yml on snokam/voice-vibecoder
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
voice_vibecoder-1.24.2.tar.gz -
Subject digest:
54382f3fdc436c10cc11c744b3705a140365a6b048937a9aeceffd153445b71a - Sigstore transparency entry: 959936608
- Sigstore integration time:
-
Permalink:
snokam/voice-vibecoder@9160af8d1179d54656818e07a7650a23c6520508 -
Branch / Tag:
refs/heads/main - Owner: https://github.com/snokam
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@9160af8d1179d54656818e07a7650a23c6520508 -
Trigger Event:
push
-
Statement type:
File details
Details for the file voice_vibecoder-1.24.2-py3-none-any.whl.
File metadata
- Download URL: voice_vibecoder-1.24.2-py3-none-any.whl
- Upload date:
- Size: 88.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5d18ac34667502f28daa6500d83c7db8793ceb98308ad447915d862b0b26dba8
|
|
| MD5 |
a8067df23eda5d66292ab018f6b8a4ad
|
|
| BLAKE2b-256 |
9eb8d535cd7981d9d1bfd62ebd2779e370f91cdbeb08252dbcf88480066f4d6f
|
Provenance
The following attestation bundles were made for voice_vibecoder-1.24.2-py3-none-any.whl:
Publisher:
release.yml on snokam/voice-vibecoder
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
voice_vibecoder-1.24.2-py3-none-any.whl -
Subject digest:
5d18ac34667502f28daa6500d83c7db8793ceb98308ad447915d862b0b26dba8 - Sigstore transparency entry: 959936645
- Sigstore integration time:
-
Permalink:
snokam/voice-vibecoder@9160af8d1179d54656818e07a7650a23c6520508 -
Branch / Tag:
refs/heads/main - Owner: https://github.com/snokam
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@9160af8d1179d54656818e07a7650a23c6520508 -
Trigger Event:
push
-
Statement type: