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