Project

General

Profile

Download » History » Version 41

Dan Smith, 04/24/2024 03:55 PM

1 41 Dan Smith
<div id="admodal" style="display:none;position:fixed;z-index:1;left:0;top:0;width:100%;height:100%;overflow:auto;background-color:rgb(0,0,0);background-color:rgba(0,0,0,0.4);">
2
  <div id="admodalcontent" style="border-radius:10px;text-align:center;background-color:#fefefe;margin:15% auto;padding:30px;border:1px solid #888;border:1px solid #888;width:600px;">
3
    <span style="float:right;color:#aaa"><a href="#" onClick="close_admodal();">&times;</a></span>
4
    <img style="width:200px" src="https://archive.chirpmyradio.com/.site/chirp.png"/>
5
    <p style="font-size:120%">Please help keep CHIRP free and sustainable by disabling your adblocker!</p>
6
    <p>Our annual costs for this project are significant and disabling your adblocker helps cover those costs.</big></p>
7
    <span style="float:left"><a href="#" id="disable" onClick="close_admodal();">Disable ad blocker</a></span></span>
8
    <span style="float:right"><a id="continue" href="#">Continue without disabling</a></span>
9
  </div>
10
</div>
11
<script src="https://archive.chirpmyradio.com/.site/download.js"></script>
12
13 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>
14 1 Dan Smith
<td style="border: none">
15 36 Dan Smith
Donate via PayPal<br/>
16
<form action="https://www.paypal.com/donate" method="post" target="_top">
17
<input type="hidden" name="hosted_button_id" value="8N9ZVLD3BUYVL" />
18
<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" />
19
<img alt="" border="0" src="https://www.paypal.com/en_US/i/scr/pixel.gif" width="1" height="1" />
20
</form>
21
22 16 Dan Smith
</td><td style="border:none">
23 40 Dan Smith
<a href="https://archive.chirpmyradio.com/chirp_daily/.site/bitcoin.html" onclick="window.open('https://archive.chirpmyradio.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">
24 16 Dan Smith
Donate via bitcoin<br/>
25 40 Dan Smith
<img src="https://archive.chirpmyradio.com/chirp_daily/.site/bitcoin_logo.png" height="50"/></a>
26 16 Dan Smith
</td></tr></table>
27 1 Dan Smith
</div>
28 27 Dan Smith
29 2 Dan Smith
# CHIRP downloads
30 1 Dan Smith
31
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.*
32 29 Dan Smith
33 18 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!_
34 1 Dan Smith
35 32 Dan Smith
## CHIRP-next
36 37 Dan Smith
37 25 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.
38 1 Dan Smith
39 41 Dan Smith
**<a href="https://archive.chirpmyradio.com/download?stream=next" class="chirp-download-link">Download the latest CHIRP-next build here</a>**
40 32 Dan Smith
41 1 Dan Smith
System requirements for CHIRP-next:
42 33 Dan Smith
43 32 Dan Smith
* Windows 10 and later (64-bit)
44 34 Dan Smith
* macOS Big Sur and later (universal binary with Intel and Apple Silicon support)
45 1 Dan Smith
* Linux (all modern distros with python3, [[ChirpOnLinux|details here]])
46 27 Dan Smith
47 14 Tim Smith
## CHIRP-legacy
48 37 Dan Smith
49 1 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.
50 35 Dan Smith
51 1 Dan Smith
**It is not advised to use CHIRP-legacy unless you have a specific reason to do so.**
52
53 41 Dan Smith
<a href="https://archive.chirpmyradio.com/chirp_daily/legacy-20221217/" class="chirp-download-link">Download the legacy build here</a>
54 35 Dan Smith
55 32 Dan Smith
System requirements for CHIRP-daily:
56 9 Dan Smith
57 32 Dan Smith
* Windows 2000, XP, Vista, 7, 8, 10, and 11. Older versions of Windows are *not* supported
58 38 Dan Smith
* macOS Intel and Apple Silicon, but requires installation of Python 2.7
59 28 Dan Smith
* Linux via flatpak
60 3 Dan Smith
61 27 Dan Smith
### Translators and Developers
62 11 Dan Smith
63 31 Dan Smith
There is extensive documentation about the development and contribution process located at [[Developers]]