GraphCanon updated 3w · GitHub synced 3w
Decision brief
Kaldi stands out among speech recognition toolkits with its comprehensive C++ libraries and strong community support for contributors.
Good fit when
- For developers preferring a deep customization of speech recognition algorithms in C++
- Projects requiring integration with CUDA-capable hardware for GPU acceleration
Avoid when
- If you require extensive pre-built support and documentation for non-UNIX systems like Windows outside Cygwin environment
- For users seeking a purely Python-based ecosystem for developing speech recognition applications without the need to compile C++ code
Observed Jul 17, 2026 · Source: enrich:decision_facts
Verify the decision
Maintenance and security
Full trust report- Maintenance
- Slowing (310d since push)
- As of 3w
- Provenance
- Not a fork · Organization account
- As of 3w
- Security (OSV)
- No lockfile
- As of 1mo
Public GitHub metadata and optional OSV scans. Signals, not a guarantee. Trust methodology.
Install
git clone https://github.com/kaldi-asr/kaldiSimilar tools
Same-category neighbours. No typed graph edges are catalogued for this tool yet.
Evidence and technical details
Sourced facts, taxonomy, compatibility claims, README excerpt, and machine-readable endpoints.
Overview
The official location of the Kaldi project, providing tools and libraries for speech recognition.
Capability facts
- Languages
- shell
Source: github.language · Jul 30, 2026
Categories
Tags
README
Kaldi Speech Recognition Toolkit
To build the toolkit: see ./INSTALL. These instructions are valid for UNIX
systems including various flavors of Linux; Darwin; and Cygwin (has not been
tested on more "exotic" varieties of UNIX). For Windows installation
instructions (excluding Cygwin), see windows/INSTALL.
To run the example system builds, see egs/README.txt
If you encounter problems (and you probably will), please do not hesitate to contact the developers (see below). In addition to specific questions, please let us know if there are specific aspects of the project that you feel could be improved, that you find confusing, etc., and which missing features you most wish it had.
Kaldi information channels
For HOT news about Kaldi see the project site.
- Info about the project, description of techniques, tutorial for C++ coding.
- Doxygen reference of the C++ code.
Kaldi forums and mailing lists:
We have two different lists
- User list kaldi-help
- Developer list kaldi-developers:
To sign up to any of those mailing lists, go to http://kaldi-asr.org/forums.html:
Development pattern for contributors
- Create a personal fork of the main Kaldi repository in GitHub.
- Make your changes in a named branch different from
master, e.g. you create a branchmy-awesome-feature. - Generate a pull request through the Web interface of GitHub.
- As a general rule, please follow Google C++ Style Guide. There are a few exceptions in Kaldi. You can use the Google's cpplint.py to verify that your code is free of basic mistakes.
Platform specific notes
Fedora 41 (and later)
In order to build it on Fedora 41 using the libraries that are provided by the distro, you need to install the development libraries and dependencies with
sudo dnf install lapack-devel openfst-devel
then build the package as follows:
cmake -S ./ -Bbuild/Release -DFETCHCONTENT_FULLY_DISCONNECTED=ON -DBuildForFedora=ON
cmake --build /home/gerhard/workspace/kaldi/build/Release
PowerPC 64bits little-endian (ppc64le)
- Kaldi is expected to work out of the box in RHEL >= 7 and Ubuntu >= 16.04 with OpenBLAS, ATLAS, or CUDA.
- CUDA drivers for ppc64le can be found at https://developer.nvidia.com/cuda-downloads.
- An IBM Redbook is available as a guide to install and configure CUDA.
Android
- Kaldi supports cross compiling for Android using Android NDK, clang++ and OpenBLAS.
- See this blog post for details.
Web Assembly
- Kaldi supports cross compiling for Web Assembly for in-browser execution using emscripten and OpenBLAS
- See this repo for a step-by-step description of the build process.
For agents
This page has a .md twin and JSON over the API.