Project

General

Profile

Download » History » Version 38

Dan Smith, 02/17/2024 08:54 AM

1 36 Dan Smith
<div style=" margin: auto; width: 500px; border: thin solid #507AAA; text-align: center; padding: 10px">Development of CHIRP is an all-volunteer effort and is offered as open-source software, free of charge. If you like CHIRP, please consider contributing a small donation:<table width="100%" style="border: none; margin-bottom:0"><tr>
2 1 Dan Smith
<td style="border: none">
3 36 Dan Smith
Donate via PayPal<br/>
4
<form action="https://www.paypal.com/donate" method="post" target="_top">
5
<input type="hidden" name="hosted_button_id" value="8N9ZVLD3BUYVL" />
6
<input style="height:50px;border:none" type="image" src="https://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG.gif" border="0" name="submit" title="PayPal - The safer, easier way to pay online!" alt="Donate with PayPal button" />
7
<img alt="" border="0" src="https://www.paypal.com/en_US/i/scr/pixel.gif" width="1" height="1" />
8
</form>
9
10 16 Dan Smith
</td><td style="border:none">
11 1 Dan Smith
<a href="http://trac.chirp.danplanet.com/chirp_daily/.site/bitcoin.html" onclick="window.open('http://trac.chirp.danplanet.com/chirp_daily/.site/bitcoin.html', 'btcdonate', 'toolbar=no, directories=no, location=no, status=yes, menubar=no, resizable=no, scrollbars=yes, width=550, height=650'); return false">
12 16 Dan Smith
Donate via bitcoin<br/>
13
<img src="http://trac.chirp.danplanet.com/chirp_daily/.site/bitcoin_logo.png" height="50"/></a>
14
</td></tr></table>
15 1 Dan Smith
</div>
16
17 27 Dan Smith
# CHIRP downloads
18 2 Dan Smith
19 1 Dan Smith
CHIRP is distributed as a series of automatically-generated builds. Any time we make a change to CHIRP, a build is created for it the next day. Thus, CHIRP is versioned by the date on which it was created, which makes it easy to determine if you have an older build. We don't put experimental things into CHIRP before they are ready, except where specifically called out with a warning. Thus, you do not need to worry about finding a stable version to run. *You should always be on the latest build available.*
20
21 29 Dan Smith
*Upgrading*: You do _NOT_ need to uninstall an existing version of CHIRP before installing a newer one. Just install the new one and it will replace the existing copy! However, _be sure to quit CHIRP before installing the new version!_
22 18 Dan Smith
23 1 Dan Smith
## CHIRP-next
24 32 Dan Smith
25 37 Dan Smith
This has the latest and greatest set of features and fixes. Drivers that have *not* been validated with CHIRP-next are denoted by an asterisk (*) symbol on the supported model list on the [[Home]] page. This is the only version of CHIRP that is actively maintained. All users should be running the latest version of CHIRP.
26 25 Dan Smith
27 32 Dan Smith
**[Download the latest CHIRP-next build here](https://trac.chirp.danplanet.com/download?stream=next)**
28 1 Dan Smith
29 32 Dan Smith
System requirements for CHIRP-next:
30 1 Dan Smith
31 33 Dan Smith
* Windows 10 and later (64-bit)
32 32 Dan Smith
* macOS Big Sur and later (universal binary with Intel and Apple Silicon support)
33 34 Dan Smith
* Linux (all modern distros with python3, [[ChirpOnLinux|details here]])
34 1 Dan Smith
35 27 Dan Smith
## CHIRP-legacy
36 14 Tim Smith
37 37 Dan Smith
The "legacy" build of chirp contains support for some drivers that are not yet fixed in CHIRP-next due to ongoing development efforts. However, it no longer receives any updates, including new models, bug fixes, etc. If you have a radio that does not work in CHIRP-next because it requires attention, you may choose to run the older legacy version as a temporary measure. However, please report a bug if your radio does not work with -next and help us get it converted. Windows users may want to download the `.zip` file and keep it separate from their installed version of CHIRP-next.
38 1 Dan Smith
39 35 Dan Smith
**It is not advised to use CHIRP-legacy unless you have a specific reason to do so.**
40 1 Dan Smith
41 35 Dan Smith
[Download the legacy build here](https://trac.chirp.danplanet.com/chirp_daily/legacy-20221217/)
42
43 32 Dan Smith
System requirements for CHIRP-daily:
44 9 Dan Smith
45 32 Dan Smith
* Windows 2000, XP, Vista, 7, 8, 10, and 11. Older versions of Windows are *not* supported
46 38 Dan Smith
* macOS Intel and Apple Silicon, but requires installation of Python 2.7
47 28 Dan Smith
* Linux via flatpak
48 3 Dan Smith
49 27 Dan Smith
### Translators and Developers
50 11 Dan Smith
51 31 Dan Smith
There is extensive documentation about the development and contribution process located at [[Developers]]