惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

Microsoft Azure Blog
Microsoft Azure Blog
宝玉的分享
宝玉的分享
博客园 - 【当耐特】
有赞技术团队
有赞技术团队
G
Google Developers Blog
Microsoft Security Blog
Microsoft Security Blog
Apple Machine Learning Research
Apple Machine Learning Research
The Cloudflare Blog
Blog — PlanetScale
Blog — PlanetScale
博客园_首页
L
LangChain Blog
Stack Overflow Blog
Stack Overflow Blog
Last Week in AI
Last Week in AI
Y
Y Combinator Blog
罗磊的独立博客
T
Tailwind CSS Blog
博客园 - 叶小钗
T
The Blog of Author Tim Ferriss
Engineering at Meta
Engineering at Meta
博客园 - 聂微东
博客园 - Franky
B
Blog
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
F
Fortinet All Blogs

DEV Community

Authentication Security Deep Dive: From Brute Force to Salted Hashing (With Java Examples) Why AI Systems Don’t Fail — They Drift Spilling beans for how i learn for exam😁"Reinforcement Learning Cheat Sheet" I Replaced Chrome with Safari for AI Browser Automation. Here's What Broke (and What Finally Worked) How Python Borrows Other People's Work The $40 Architecture: Processing 1 Billion API Requests with 99.99% Uptime Vibe Coding: A Workflow Guide (From Zero to SaaS) Most webhook security guides protect the wrong side. The scary part is delivery. Headless CMS for TanStack Start: Build a Blog with Cosmic EU Age Verification App "Hacked in 2 Minutes" — What Actually Happened Comfy Cloud’s delete function does not actually remove files Running AI Models on GPU Cloud Servers: A Beginner Guide Event-driven media intelligence with AWS Step Functions and Bedrock I scored 500 AI prompts across 8 quality dimensions — here's what broke How to Call Google Gemini API from Next.js (Free Tier, No Backend Needed) The Portal Protocol: Reclaiming Human Connection in the Age of AI How to Fix Your Team's Scattered Knowledge Problem With a Self-Hosted Forum Intro to tc Cloud Functors: A Graph-First Mental Model for the Modern Cloud Designing Multi-Tenant Backends With Both Ownership and Team Access I Built a Neumorphic CSS Library with 77+ Components — Here's What I Learned PostgreSQL Performance Optimization: Why Connection Pooling Is Critical at Scale Cómo construí un SaaS multi-rubro para gestionar expensas en Argentina con FastAPI + Vue 3 🚀 I Built an Ethical Hacking Scanner Tool – Open Source Project I Replaced /usage and /context in Claude Code With a Single Statusline A Pythonic Way to Handle Emails (IMAP/SMTP) with Auto-Discovery and AI-Ready Design I Collected 8.9 Million Polymarket Price Points — Here's What I Found About How Markets Really Move EcoTrack AI — Carbon Footprint Tracker & Dashboard Everyone's Using AI. No One Agrees How. 5 self-hosted ebook managers worth trying in 2026 Building Your First AI Agent with LangChain: From Chatbot to Autonomous Assistant
Yames - Yet Another Metronome Everyone Skips
Alberto Delg · 2026-05-05 · via DEV Community

I'm a software engineer and musician, and I got tired of every metronome app out there feeling like it was designed in 2005. So I built my own.

Yames (Yet Another Metronome Everyone Skips) is a free, open-source desktop metronome built with Rust and Tauri. Sub-millisecond timing precision, 10+ handcrafted themes, and it's designed to get out of your way so you can focus on practice.

I'm looking for developers and musicians to help test it and give feedback. It's cross-platform (macOS, Windows, Linux) and takes 10 seconds to install.

What makes it different?

Precision that matters

Built on Rust's rodio audio engine — no drift, no jitter, no Electron. The timing is rock solid even at high tempos with complex subdivisions.

Speed Drill

Set a start BPM, end BPM, and bars per step. Hit play and the metronome auto-ramps for you. No more fiddling with the tempo dial mid-practice.

Speed Drill mode

Zen Mode

Press Z and everything disappears. Fullscreen immersive visuals that pulse with the beat — particles, waves, cosmos. No UI, no distractions. Just rhythm.

Zen mode — Cosmos

Floating Widget

A tiny always-on-top mini-player that sits over your DAW, sheet music, or tabs. Toggle it with W.

Floating widgets

Keyboard-Driven

Everything is a hotkey. Global shortcuts work even when Yames isn't focused.

Key Action
Space Play / Stop
/ BPM ±5
Z Zen mode
F Fullscreen
W Floating widget
⌘1 / ⌘2 / ⌘3 Switch tabs

10+ Themes

Dark, light, vibrant, minimal. Pick what fits your vibe.

Themes

Themes

Install

macOS (Homebrew):

    brew install --cask turutupa/tap/yames

Enter fullscreen mode Exit fullscreen mode

Windows / Linux / Direct download:
GitHub Releases — .AppImage, .deb, .dmg, .exe

Built With

Rust · Tauri v2 · React · TypeScript · rodio

The entire codebase is ~10,600 lines. It's lean by design.

I need your help

This is a solo project about a week old. I'd love feedback on:

  • Timing accuracy — does it feel tight? Any drift at high BPMs?
  • Speed Drill — is the auto-ramp useful for your practice?
  • Themes — what looks good, what doesn't?
  • Missing features — what would make this your daily driver?
  • Bugs — break it, tell me

If you're a musician who codes (or a coder who plays), you're exactly who I built this for.

GitHub · 🌐 Website · 📥 Download

Thanks for reading. Happy practicing.