Skip to content

Releases: JesusJBallesteros/CHIRP

Minor editions

Choose a tag to compare

@JesusJBallesteros JesusJBallesteros released this 03 Sep 11:51

Windows x64 build of CHIRP.

No installation: download CHIRP.exe and double-click it.

ffmpeg is not bundled in this release build (licensing — see the
workflow comment). WAV export works out of the box; for MP4 export,
install ffmpeg and make sure it is on your PATH, put ffmpeg.exe
next to CHIRP.exe, or point the GUI at it on the Output tab.

To get a build with ffmpeg included, clone the repository and run
python chirp/build_exe.py.

v1.1.0

Choose a tag to compare

@github-actions github-actions released this 02 Sep 13:41

Windows x64 build of CHIRP.

No installation: download CHIRP.exe and double-click it.

ffmpeg is not bundled in this release build (licensing — see the
workflow comment). WAV export works out of the box; for MP4 export,
install ffmpeg and make sure it is on your PATH, put ffmpeg.exe
next to CHIRP.exe, or point the GUI at it on the Output tab.

To get a build with ffmpeg included, clone the repository and run
python chirp/build_exe.py.