danielyedaniel

Jevme — Development skill for Claude Code

Development community

Talk to your Mac and it does it — in any app, while you're still talking.

How to install Jevme

This entry records only its repository, not the path inside it, so there is no exact command to give. Open danielyedaniel/jevme and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

What Jevme does

Talk to your Mac and it does it — in any app, while you're still talking. Open-source voice agent that gets faster the more you use it.

Alternatives in Development

  • Knowledge Work Plugins — Open source repository of plugins primarily intended for knowledge workers to use in Claude Cowork 9734 125 18 10.5k ★
  • Llamacoder — Open source Claude Artifacts – built with Llama 3.1 405B 7.1k ★
  • Microsandbox — Open-source self-hosted MicroVM sandboxes with sub-200ms startup, hardware-level isolation via libkrun 5k ★

README

jevme

[![tests](https://github.com/danielyedaniel/jevme/actions/workflows/tests.yml/badge.svg)](https://github.com/danielyedaniel/jevme/actions/workflows/tests.yml) [![MIT License](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE) ![macOS 14+](https://img.shields.io/badge/macOS-14%2B-black?logo=apple) ![Python 3.12](https://img.shields.io/badge/python-3.12-3776AB?logo=python&logoColor=white) [![GitHub stars](https://img.shields.io/github/stars/danielyedaniel/jevme?style=social)](https://github.com/danielyedaniel/jevme/stargazers)

https://github.com/user-attachments/assets/e458d454-8149-4679-891e-3f07fe927f6b

**Talk to your Mac and it does it — in any app, while you're still talking.**

"open chrome and go to youtube and play lofi beats" "in discord go to the general channel" "open the second tab" · "click the subscribe button" · "zoom in" · "implement the solution"

A floating pill shows what it hears. Commands fire as each clause lands, not after you stop. Every routine decision is made by a fast classifier (TypeSafe **Jev**, ~200 ms); an LLM (Claude **Haiku** / **Opus**) is only called when something genuinely needs reasoning — and whatever it figures out is **memoized**, so the next time that same thing is a 200 ms classification instead of a multi-second model call. It gets faster and cheaper the more you use it.


Setup

Requirements

  • macOS 14+ (Apple Silicon or Intel)
  • uv — curl -LsSf https://astral.sh/uv/install.sh | sh (installs Python 3.12 for you)
  • A TypeSafe API key (required) — typesafe.ai
  • An Anthropic API key (recommended) — console.anthropic.com. Without it jevme falls back to the signed-in claude CLI if you have Claude Code installed (slower).

Install

git clone https://github.com/danielyedaniel/jevme.git
cd jevme
./run.sh setup          # installs deps, creates .env from .env.example, checks keys + pe