VOICEVOX/voicevox

無料で使える中品質なテキスト読み上げソフトウェア、VOICEVOXのエディター

View on GitHub ↗Jump to charts ↓Open shareable report →

Data as of . Signed-in members get hourly updates — create a free account.

Summary Information

Updated 10 minutes ago
Type:ApplicationCategory(s):Voice & Speech AIAI Agents & LLM Apps
Added to GitGenius on September 21st, 2026
Created on July 27th, 2021
Open Issues & Pull Requests: 332 (+0)
GitHub issues: Enabled
Number of forks: 374
Total Stargazers: 3,246 (+0)
Total Subscribers: 46 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 7.6 hours
Mean response time: 55.2 days
90th percentile: 122.7 days
Tracked items: 279

How this project is maintained

About 9% of issues opened in the past year have never received a reply. Only 22% of open issues come from outside the core team — the tracker reads mainly as internal planning. Work labelled "優先度:中" is answered fastest, typically in about 3 hours, while "初心者歓迎タスク" waits about 7 days. 68% of issues opened in the past year have been closed, leaving a working backlog. Three people close 90% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 88
New in 7 days: 4
Closed in 7 days: 7
Avg open age: 533 days
Stale 30+ days: 75
Stale 90+ days: 67

Recent activity

Opened in 7 days: 4
Closed in 7 days: 4
Comments in 7 days: 2
Events in 7 days: 6

Top labels

  • 機能向上 (194)
  • バグ (84)
  • OS:linux (67)
  • OS:win (57)
  • 初心者歓迎タスク (43)
  • OS:mac (39)
  • 要議論 (29)
  • 優先度:低 (19)

Most active issues this week

Sign in to see which issues are moving.
Sign in

Detailed Description

VOICEVOX is a text-to-speech editor that provides free, medium-quality voice synthesis with a Japanese-language focus.

The tool addresses the need for accessible speech synthesis by pairing a TypeScript and Vue-based editor frontend with a separate engine and core component. Users compose text and select from available voices, with the editor handling the interface while delegating synthesis work to the VOICEVOX ENGINE backend. The architecture separates concerns across three main components: the editor, the engine, and the core synthesis library.

The editor targets users seeking free text-to-speech synthesis without licensing restrictions. It suits projects requiring Japanese voice output or developers building applications that integrate speech synthesis. The tool is designed for both standalone use and as a component within larger systems, with the engine available as a separate service that the editor communicates with. Adoption requires running the VOICEVOX ENGINE locally or pointing the editor to an engine instance; Windows users typically reference the bundled engine at a standard installation path, while macOS users specify the engine location within the application bundle.

The project actively welcomes external contributions beyond code, explicitly encouraging documentation writing, test generation, and design discussion. Development coordination uses issue tracking to prevent duplicate work, with contributors expected to signal their intent before starting. The codebase is acknowledged as complex due to its use of Electron, TypeScript, Vue, and Vuex, and the maintainers provide architectural documentation and code walkthroughs to help new contributors navigate the structure. An unofficial Discord server serves as a space for development discussion and community interaction.