For Mac Os version some of the programming software is 'IntelliJ IDEA', 'Coda', 'TextMate', 'SubEthaEdit', 'CSSEdit' and 'TextWrangler'. 'Quota Code Editor,' 'WebMaster's HTML Editor Lite,' 'AWD' and 'AIDE' are some of the programming software for android application. Nov 30, 2020 NetBeans' compatibility with various operating systems makes it a worthy contender when it comes to choosing an appropriate programming software for Mac. NetBeans has an extensible editor, providing plug-in support for programming languages like C/C, XML, HTML, PHP, JSP and Javascript.
For Mac Os version some of the programming software is 'IntelliJ IDEA', 'Coda', 'TextMate', 'SubEthaEdit', 'CSSEdit' and 'TextWrangler'. 'Quota Code Editor,' 'WebMaster's HTML Editor Lite,' 'AWD' and 'AIDE' are some of the programming software for android application. Oct 16, 2020 BaCon BASIC is a BASIC to C translator for Unix-based systems (like Linux, FreeBSD, Mac OS X, etc), which means that it takes your BASIC code and changes it into C source code. You will then need a C compiler to compile that code.
The term BASIC, an acronym for Beginner's All-purpose Symbolic Instruction Code, actually describes a whole plethora ofcomputer languages, not all of which are actually compatible with each other. On many home computers, the earliestimplementations of the BASIC language was as a very simple line oriented interpreter. The simplicity of the original languagemade it easy for beginners to learn programming, giving rise to a whole generation of programmers who cut their teeth onthis language (although it must be said that the language's simplicity also led to a host of bad programming practicesas programmers tried to work around the language's limitations). Today, however, the language has grown very large and issplit into a number of different dialects (many of which bear little resemblance to the original BASIC language) andincludes support for many modern programming paradigms like structured programming (using functions or procedures) andobject-oriented programming, etc.
Listed on this page are some free BASIC compilers, interpreters, Visual Basic clones (and Visual Basic itself), anddevelopment environments (IDEs) which you can use to develop programs using the BASIC programming language. If youare looking for documentation or tutorials on learning or using the BASIC language, you may wish to search the selection ofBASIC programming booksat Amazon.com.
Related Pages
- How to Make / Create a Website: The Beginner's A-Z Guide (start one for your software)
Free BASIC Compilers and Interpreters
For an individual programmer, Microsoft Visual Studio appears to include most of theimportant tools of its commercial cousins. You get the IDE, debugger, optimizing compiler of the full version,minus a few things in the editor, debugging and profiling facilities. With this suite, you can develop programs forthe desktop and mobile versions of Windows as well as Android. The software also comes with supportfor building programs with Visual Basic, C, C++, C#, F# and Python. At the time I wrote this, the site states thatVisual Studio is 'free for students, open-source contributors and individuals'.
BaCon BASIC is a BASIC to C translator for Unix-based systems (like Linux, FreeBSD, Mac OS X, etc), which means that it takes yourBASIC code and changes it into C source code. You will then need a C compilerto compile that code. At this time, the converter appears to be implemented using shell scripts, and you will need either theBASH or Korn shell to run it. (Note: if youare using Linux, chances are that youalready have BASH somewhere on your system. I'm not sure about the other systems, though.)
Vintage BASIC is an interpreter with a language that is close to Microsoft's BASIC version 2 as found in the Commodore 64. Itis 'informed by (but [does] not always stick to) the ANSI Minimal BASIC standard (ANSI X.360-1978)' (as noted in its user guide).You can enter your program using a normalprogrammer's / text editor. If you are nostalgicfor the old BASIC interpreters of bygone days, or simply want to learn to program in BASIC without having to master the event-driven,object-oriented and window/form-based programming metaphors present in many compilers today, this BASIC interpreter may interest you.The program works on Windows andLinux, and is open source.
Chipmunk BASIC is a BASIC interpreter for Mac OS X, Linux and Windows. There is also an older version forMac OS 9 Classic. The interpreter provides you a traditional BASIC command line interface where you can enter programsdirectly and execute them, although you can also use a text editor to write your program before passing it to theinterpreter.
Bas is a Unix-based BASIC interpreter that first tokenises your source code internally, resolving referencesto variables and jump targets, before running it. It supports certain BBC BASIC extensionslike procedures, local variables and 'better exception handling'. It is probably no longer beingmaintained any more.
Microsoft Small Basic (no relation to the other 'Small Basic' listed elsewhereon this Free Basic Compilers page) is a small language with about 15 or so keywords designed to making it easy and 'fun' for peoplelearning to write computer programs. It uses and creates programs for the .NET framework and works on Windows Vista and XP.(In case you think it is something like the old BASIC interpreters that you grew up with in the days ofDOS,CP/M and Apple II, it's not.) It comes with an IDEwith what Microsoft calls Intellisense (an autocomplete facility that gives suggestions how you can complete your keywords/function callsas you type) and context sensitive help. They also have an incomplete (at the time I write this review) 'Getting Started' guidethat is written for the newcomer to programming. (It's incomplete in the sense that they haven't finished writing it —there are whole sections that are just placeholders. But the portions that are currently ready look promising.)
FreeBASIC is an open source (GNU GPL) BASIC compiler that is syntax compatible with QuickBASIC, QBASIC, PDS andVisual Basic for DOS. Free trial photo software. It generates 32-bit executables that run under Windows and DOS. At the time this was written, thecompiler is still very new, and has little documentation.
SDLBasic is a BASIC interpreter that integrates the WxBasic interpreter (see elsewhere on this page), theSDL graphics library, and a graphics engine, so that you can use it to write 2D games in BASIC.It is open source software, with the runtime engine licensed under the LGPL and the editor used in theIDE under Scintilla'slicence. It runs under Windows and Linux. Linux users can probably get it through theirdistribution'spackage manager (ie, the program that lets you install/uninstall software on the system).
This BASIC compiler aims to be 100% compatible with the QuickBasic 4.5 compiler and the QBasic interpreter, butbeing able to create executable files that will run on modern Windows, Mac OS X andLinuxsystems. The language has also been extended to provide support for handlingTCP/IP (internet) connectionsand email, displaying graphic files, playing stereo sound and music files, using animation, displayingTrue Type fonts, handling mouse andgame controller input, integrating with C++,SDL and Windows API DLLs, etc. The compiler comes with its own IDE, although you can of course use some othereditor if you prefer.
ThinBasic is a BASIC interpreter for Windows that can be used to create and run BASIC applications on Windows as well as CGI scripts for a web serverrunning in Windows. It supports the addition of DLLs (called modules here) that provide additional functionality, such as the Crypto module which addscryptographic functions which you can call from your application,the SMTP, FTP, TCP modules which Internet-enables your applications,sound-playing modules, and so on.
PC-BASIC is an interpreter for GW-BASIC, Advanced BASIC (BASICA or IBM BASIC from the old IBM PC computers),Catridge Basic (from the IBM PCJr) and Tandy 1000 GWBASIC. (For those of you who are born after that period, thosewere BASIC interpreters that came with or ran on computers from the 1980s or thereabouts. ) It emulates themost common hardware (video, audio, DOS disk drives, cassette tapes, serial and parallel ports, etc) at the time, canread and write binary data files created by the original GW-BASIC, and is able to run plain text, tokenisedand protected .BAS files. The interpreter/emulator is released under the GNU General Public License version 3.It runs on Windows, Mac OS X, Linux and Unix-type systems.
Microsoft has released the source code for the 10 February 1983 version of GW-BASIC, a BASIC interpreterthat came with old versions ofMS-DOS(of which versions 1.25 and 2.0 are also open source). More details about this release can be foundin the blog post ofthe Microsoft developer who announced it. Note that this is just the source code. You will still needa compatible assemblerto produce a binary. (Yes, it was written in assembly language.) Unfortunately, information about the build environmenthistorically used appears to have been lost in the mists of time, but one commenter on the blog thinks that it was anIntel ASM86 assembler, based on comments embedded in the code. Important:if you are looking for a BASIC interpreter or compiler to learn BASIC programming, please try one of theother BASIC compilers or interpreters listed on this page, since they are more likely towork out-of-the-box on modern computers. This GW-BASIC release is meant for historical reference, and willprobably only interest the people who grew up with GW-BASIC (or its equivalent, BASICA) in the 1980s,and want to revisit it for nostalgic reasons.
Gambas is a Basic development environment supporting the Basic programming language with object extensions. It includes anIDE, a BASIC compiler, an interpreter,an archiver and a graphical user interface component. The archiver combines all the files in your project into a single executable file.Although not intended to be a Visual Basic clone, ithas a visual rapid application development interface like VB. Supported operating systems includeLinux andFreeBSD, OpenBSD.
Mono is an open source cross-platform implementation of Microsoft's .NET Development Framework.It includes a VB compiler (VB.NET compiler/Visual Basic compiler that generates .NET virtualmachine code, not native code) that was still under development at the time of this writing,a runtime for CLR (the Common Language Infrastructure) and a set of libraries. You can embedthe runtime into your applications. Mono currently works on Linux (both x86 and PPC), Windows,S390, with work being carried on for Strong/ARM and SPARC.
Decimal BASIC supports the syntax and most of the core modules and the graphics module of the ANSI/ISO standard for Full BASIC.This BASIC interpreter includes a debugger that lets you step/trace through your program, set breakpoints andexamine the values held in your variables when it hits a breakpoint. Versions are available for Windows, Mac OS X and Linux.There is also a BASIC to Object Pascaltranslator that runs on those systems.
TNT Basic is a BASIC interpreter for the Macintosh. It is geared towards programmers who are creating games for the Macintosh. Thedevelopment environment makes it easy for you to create and edit your code, add graphics and sprites to your program, sounds,music, maps, and define inputs for your game. TNT Basic works on Mac OS 8.6 and above (PowerPC Mac). At the time this briefreview was written, a beta version for Mac OS X support is also available.
The GNU Liberty Basic Compiler Collection allows Windows and Linux users to compile Liberty Basiccode on those platforms. Unlike the original Liberty Basic, this compiler creates standalone nativeexecutables that do not rely on an external interpreter. GNU / LibertyBasic is open source andlicensed under the GNU GPL and the GNU LGPL.
Just BASIC creates standalone programs from your BASIC source code. (I think it compiles to intermediate code whichis then executed by an interpreter.) It supports functions, subprograms, control structures like DO/LOOP and SELECT/CASE,has a GUI builder, supports sprite animation, sound and music, and comes with a source level debugger.
Basic4GL is a BASIC compiler for Windows with built-in OpenGL 1.1 support. It is also able to generate code foran Android phone or tablet (though you have to develop your programs on Windows first). It automatically handlesthings like initialising OpenGL, opening an OpenGL window, etc, allowing you to get straight into writing OpenGL code.The language has built-in support for vectors and matrices and you can perform mathematical operations on them(add, multiply) using vector and matrix notation algebra. Other features in Basic4GL include a 2D tile and sprite engine.The compiler generates intermediate code which is run by a virtual machine. The IDE comes with an integrated editor anddebugger. Audio recording editing software, free download.
wxBasic is a BASIC interpreter licensed under the GNU LGPL that runs on Windows and Linux.wxBasic code 'looks a lot like QBasic'. It has OpenGL support, among other things. This interpreter does notappear to be maintained any more.
SmallBASIC is a language designed to handle mathematics and graphics. It includes trigonmetric, matrixand algebraic functions, system, sound and graphic commands, structured programming syntax, an IDE, etc.It works on Linux, Windows, Android, Nokia Internet Tablet, PalmOS and eBookMan. It is released under the GNU GPL.
This Basic-like language with extensions produces executables (binaries) for MSDOS real-mode orDPMI protected mode. It comes with the ArrowSoft assembler, documentation andsample programs. It does not seem like it's being maintained any more.
Mole Basic, or Merty's Own Language Extension Basic, runs on Linux, AIX, Sun and BSD andcomes in (C?) source code form which you can modify to extend the language. Binariesfor Linux is also provided.
This is a free BASIC compiler, integrated development environment, and debuggerthat runs on Windows, as well as Linux. You can actually write graphics and GUI programs that can be compiled by both theWindows and Linux versions without changing your source code.
This is a free BASIC interpreter that compiles and runs on Unix systems. It supports subsets of the ANSI Standardfor Minimal BASIC and the ANSI Standard for Full BASIC. It has been re-released under the GNU GPL (I think it wasin the public domain before) and supports MSDOS and POSIX systems (eg Unix, Linux, etc).
BCX is a Win32 console mode program that translates a BASIC source file into C source codewhich can be compiled using LCC-Win32 (see ourFree C/C++ Compilers page for more information about thisfree C compiler). It accepts a subset of modern BASIC, as well as extensions likeuser-defined functions and inline C code.
- How to Register Your Own Domain Name - get one for your software
- List of Web Hosts - put your software on the web
- How to Register Your Own Domain Name - how to get your own domain name
It will appear on your page as:
- Jack Audio
Take the audio output of one piece of software and send it to another. JackAudio is a virtual audio software cable that run on Windows Linux and MacOS and if Free to download and to use. - Grig Radio Control
Grig is a freeware simple Ham Radio control (CAT) program based on the Ham Radio Control Libraries (Hamlib). It is intended to be highly generic presenting the user to the same graphical user interface regardless of which radio is being controlled.Grig supports the most commonly used CAT commands that are implemented by Hamlib, and integrates well with other ham radio programs like Xlog and gMFSK.Grig has been developed on Linux, but has been ported on Mac and Windows OS. - Radio Explorer
Graphic viewer for shortwave broadcasting and programming schedules. Supports viewing schedules in an expanding table and on a 24-hour Gantt chart using the local time and the UTC time display modes. Runs on multiple platforms. - XASTIR
Xastir is program for receiving and plotting APRS position packets. Development is a collaborative effort of programmers and amateur radio enthusiasts from around the world. Xastir supports many map formats and is highly customizable.Xastir runs on Windows/MacOSX/Linux/FreeBSD/Solaris/Lindows. It supports 125 map formats, several types of TNC's and weather stations, Festival speech synthesizer, AX.25 networking (Soundmodem/Baycom/SCC!) and seven languages!. - MultiMode
Digital modes decoding software for the macintosh. Decodes CW, RTTY, WEFAX, SATFAX, ACARS, DTMF, SSTV - Fldigi
Fldigi Freeware Digital multi mode program for Linux, Free-BSD, MacOS X and MS Windows . Support CW and several digital modes like PSK31, MFSK, RTTY, Olivia, WeFax, Hell and others and is a fully multi platform application - jLog
jLog is a modern Freeware Ham Log program that can run on all major platforms, e.g. Mac OS X, Mac OS, Linux/Unix, Windows, etc. It offers a nice, clean interface and allows efficient entry of QSOs.Import or Export of data using the standardized ADIF 2 format is possible to easily exchange data with any other decent Log program.Built-in CW Keyer, CAT control for many popular, rigs, DX Cluster tracking, call lookups - Satscape
Satscape is a freeware program for the PC Macintosh and Linux. It produces real-time displays of where any Satellite is, and predicts passes for your locale. There are about 8000+ satellites in orbit, a lot of these are just junk and debris such as discarded rocket bodies, but quite a few are working Satellites. - CHIRP
CHIRP is a cross-platform, cross-radio programming tool. It works on Windows and Linux and MacOSX. It can program many popular radios and exchange data between them includin Icom Kenwood Yaesu Alinco Wouxun Puxing Baofeng - Visual Moon Tracking
Java moon tracking software runs on LINUX, Win 98, Win NT, UNIX, OSF, MacOSX - MacIcomControl
Radio control software for the Macintosh - iSpectrum Analyzer
Macintosh audio spectrum analyzer that allows the user to view live audio in a standard frequency plot, a stereo oscilloscope view and a waterfall display - DX ToolBox
DX Toolbox searches the web for you, gathering information on solar and geomagnetic conditions that affect radio propagation. It's ideal for the ham radio operator, shortwave listener, or other radio enthusiast. - MacTNC
MacTNC is simple, configurable terminal software used by amateur (ham) radio operators to control a TNC (terminal node controller). MacTNC performs most of the same functions of other terminal software, but includes buttons for standard commands, and allows the user to configure additional buttons for special purposes. MacTNC works only user Mac OS X because it relies on Unix components of the current operating system. - Mac Antenna Master
Dipole, Yagi, Vertical, Cubic quad, Log periodic, J-pole, coil, and transmission line design package for the Macintosh - Macintosh SSTV Shareware
SSTV software is now available for the Macintosh computers, for the first time. - DarwinPSK
DarwinPsk is free to licensed ham radio operators and is a great application for PSK and RTTY communications under MacOSX - MacAPRS
Macintosh automatic position reporting system, developed by Bob Bruninga, WB4APR, to track boats and vehicles using GPS and packet radio. MacAPRS was written by Keith Sproul, WU2Z and Mark Sproul, KB2ICI
- 10 QSO Logger- Ten-Ten International QSO parties logging program multi plaform run with Java under Windowd Linux MacOSX
- Aether- Aether is an ham radio logging for the Mac. Aether gives hams logging software that is as powerful, easy to use, and good looking as the operating system it runs on.Designed from the ground-up using Apple's Cocoa, Aether supports the latest Mac OS X technologies, and provides the experience that Mac users expect.[ Hits: 2797 | Votes: 10 | Rating: 8 ]
- Amadeus - Sound Recorder- Amadeus is a very powerful sound recorder and editor for Apple MacOS. Available in Lite and Pro version, is intuitive and a support many sound formats.
- Audacity- Audacity is a free, easy-to-use, multi-track audio editor and recorder for Windows, Mac OS X, GNU/Linux and other operating systems. The interface is translated into many languages.[ Hits: 604 | Votes: 0 | Rating: 0 ]
- Audiocoreder- Audiocorder is a VOX program which allows your Macintosh to act as an audio recorder
- AudioXplorer- AudioXplorer is a sound analyzer software designed for Mac OSX, provide a real-time analysis window where you can visualize the sound spectrum and sonogram[ Hits: 423 | Votes: 1 | Rating: 9 ]
- Beam Aim- Draws a world map centered on your QTH. Type in a DX station's call sign to get the beam aim azimuth and distance to the station.
- Black Cat CW Keyer- Black Cat CW Keyer for Macintosh lets you send morse code from your computer. You can type out the text to be sent (immediately or buffered) as well as create and send from one key[ Hits: 3292 | Votes: 5 | Rating: 6.4 ]
- Cab-converter- A freeware apple Macintosh-based program that helps amateur radio contesters by converting a log from a radio contest into the Cabrillo file format which may be submitted to the contest sponsor.
- CHIRP- CHIRP is a cross-platform, cross-radio programming tool. It works on Windows and Linux and MacOSX. It can program many popular radios and exchange data between them includin Icom Kenwood Yaesu Alinco Wouxun Puxing Baofeng[ Hits: 11425 | Votes: 32 | Rating: 6.98 ]
- cocoaModem- CocoaModem is an opensource MacOSX application which implements modems (modulator-demodulators) for RTTY PSK MFSK Hellschreiber CW SITOR HF-FAX provided by W7AY
- cocoaNEC- cocoaNEC 2.0 is an opensource Mac OS X application intended primarily for the design and modeling of antennas by Kok Chen, W7AY[ Hits: 1504 | Votes: 3 | Rating: 10 ]
- CubicSDR- CubicSDR is a free SDR receiver which is based on the liquid-dsp libraries. Run under Linux, Windows and Mac OS X
- CuteSDR- CuteSDR Open-Source application forMacOSX , Linux, and Windows designed to run with RFSPace SDR receiver[ Hits: 4568 | Votes: 3 | Rating: 6.67 ]
- Darkice- DarkIce is a live audio streamer. It records audio from an audio interface (e.g. sound card), encodes it and sends it to a streaming server. Works on Linux and MacOSX
- DarwinPSK- DarwinPsk is free to licensed ham radio operators and is a great application for PSK and RTTY communications under MacOSX[ Hits: 5481 | Votes: 8 | Rating: 8.63 ]
- DF9CY Project Auriga- PA is a JAVA software package containing several programs, SW/VHF/UHF Logbook (imports format from RADIOMAN, VMT), Log conversion to HTML format,Import and export functions for RADIOMAN, CT RES files, BV QSL Labels, CSV etc.Internet DX-Cluster support, Keeps track of your worked Callsigns, Checks your worked Grid Squares per band, Databases for worked Grids and CallsignsUses K1EA CQWW.CTY country file,Easy command line version for terminal operationMoontracking as clock, Pathloss calculation
- dogparkSDR- dogparkSDR is a native Macintosh visual radio display and interactive control software for any Flex Radio Systems[ Hits: 530 | Votes: 0 | Rating: 0 ]
- DX ToolBox- DX Toolbox searches the web for you, gathering information on solar and geomagnetic conditions that affect radio propagation. It's ideal for the ham radio operator, shortwave listener, or other radio enthusiast.
- EchoMac- EchoMac is a client program for OS X that allows connection to the Echolink system[ Hits: 1120 | Votes: 2 | Rating: 5.5 ]
- EchoMac - Mac Ham Radio EchoLink Client- EchoMac is an apple macintosh client for EchoLink internet radio network.
- Elmer- Macintosh shareware, contains the full pool of questions for each of the five exams, and creates sample tests that will vary each time you take them and it will grade your exam.[ Hits: 1111 | Votes: 2 | Rating: 8 ]
- Fast Morse- Macintosh morse code software, Fast Morse will convert any text you enter into the original Morse code equivalent, and play it on your speakers. The speed can be adjusted to anything from 1 to 35 words per minute if your computer can keep up, allowing you to send Morse signals at a rate your friends and fellow Morse enthusiasts can follow!
- FKeyer- Application for the Apple Macintosh computer that provides a CW contesting interface for the popular MacLoggerDX loggging software. FKeyer runs on MacOS X and uses an external keyer such as the MicroHam CW keyer.[ Hits: 994 | Votes: 0 | Rating: 0 ]
- Fldigi- Fldigi Freeware Digital multi mode program for Linux, Free-BSD, MacOS X and MS Windows . Support CW and several digital modes like PSK31, MFSK, RTTY, Olivia, WeFax, Hell and others and is a fully multi platform application
- Flrig- Flrig is a transceiver control program designed to be used either stand alone or as an adjunct to fldigi. It is able to control most popular amateur radio transceivers from ICOM Kenwood and Yaesu. Can share the control over a local area network or can be used as a common gateway to your radio for serveral concurrent applications. Works on Mac Linux and Windows[ Hits: 1883 | Votes: 5 | Rating: 8 ]
- GQRX- GQRX is a free and simple to use SDR receiver which runs on Linux and MacOS X. GQRX comes with a standard FFT spectrum and waterfall display and a number of common filter settings
- GQRX for MacOS- OSX port of the awesome gqrx SDR software[ Hits: 1400 | Votes: 4 | Rating: 6.25 ]
- Grig Radio Control- Grig is a freeware simple Ham Radio control (CAT) program based on the Ham Radio Control Libraries (Hamlib). It is intended to be highly generic presenting the user to the same graphical user interface regardless of which radio is being controlled.Grig supports the most commonly used CAT commands that are implemented by Hamlib, and integrates well with other ham radio programs like Xlog and gMFSK.Grig has been developed on Linux, but has been ported on Mac and Windows OS.
- HourWorld World Clock- HourWorld is a program with rich graphics that can show you what time it is in a certain part of the world, and well as demonstrate what is actually looks like over the globe.[ Hits: 2869 | Votes: 2 | Rating: 5.5 ]
- iSpectrum- iSpectrum is a free spectrum analyzer for MacOS that allows you to display live audio in a standard frequency plot, waterfall display or in a stereo oscilloscope view. Used by ham radio operators, audiofiles, musicians, and Sound Technicians.
- iSpectrum Analyzer- Macintosh audio spectrum analyzer that allows the user to view live audio in a standard frequency plot, a stereo oscilloscope view and a waterfall display[ Hits: 7508 | Votes: 4 | Rating: 5.5 ]
- Jack Audiopop- Take the audio output of one piece of software and send it to another. JackAudio is a virtual audio software cable that run on Windows Linux and MacOS and if Free to download and to use.
- jLogupdated- jLog is a modern Freeware Ham Log program that can run on all major platforms, e.g. Mac OS X, Mac OS, Linux/Unix, Windows, etc. It offers a nice, clean interface and allows efficient entry of QSOs.Import or Export of data using the standardized ADIF 2 format is possible to easily exchange data with any other decent Log program.Built-in CW Keyer, CAT control for many popular, rigs, DX Cluster tracking, call lookups[ Hits: 12516 | Votes: 16 | Rating: 8.56 ]
- JTDX- JTDX is a multimode software for amateur radio. Means JT & T modes for DXing, it is being developed with main focus on the sensitivity and decoding efficiency, both, in overcrowded and half empty HF band conditions.Support JT9, JT65, T10 and FT8 is released unde GNU licence, by UA3DJY and ES1JA. Run under Windows and Linux.
- Mac Antenna Master- Dipole, Yagi, Vertical, Cubic quad, Log periodic, J-pole, coil, and transmission line design package for the Macintosh[ Hits: 6243 | Votes: 4 | Rating: 5.5 ]
- Mac GrayLiner- Displays map of the world, showing day and night areas.
- Mac Memory Manager- Amateur Radio Memory Manager Software for the Mac support many Yaesu Icom AOR and Kenwood radios[ Hits: 1431 | Votes: 1 | Rating: 10 ]
- Mac the Scope- Mac the Scope is a professional quality signal analyzer, 1/3 octave RTA, signal generator, and more.
- MacAPRS- Macintosh automatic position reporting system, developed by Bob Bruninga, WB4APR, to track boats and vehicles using GPS and packet radio. MacAPRS was written by Keith Sproul, WU2Z and Mark Sproul, KB2ICI[ Hits: 4752 | Votes: 6 | Rating: 4.33 ]
- MacDoppler- MacDoppler and MacDopplerPRO 3D satellite tracking and station automation software for Macintosh by Dog Park Software Ltd.
- MacDSP- Digital filter for Macintosh computers with a PowerPC processor[ Hits: 1817 | Votes: 1 | Rating: 3 ]
- MacGPS Pro- Mapping software which links a Garmin GPS receiver to your Macintosh. Includes Maidenhead grid squares and beam-pointing maps.
- MacIcomControl- Radio control software for the Macintosh[ Hits: 8184 | Votes: 1 | Rating: 10 ]
- Macintosh SSTV Shareware- SSTV software is now available for the Macintosh computers, for the first time.
- MacK2- A Remote Control Program for the Elecraft K2 Amateur Radio Transceiver using the Apple Macintosh[ Hits: 302 | Votes: 0 | Rating: 0 ]
- MacLoggerDX- While you are enjoying your favourite scheduled SWL program, DX Net, or W1AW Bulletin, MacLoggerDX is combing the internet looking for the latest Hot DX Spot
- MacPacSat- allows a Macintosh computer to communicate via packet radio with the amateur packet satellites currently in operation using the 'PACSAT' protocols[ Hits: 1438 | Votes: 0 | Rating: 0 ]
- Macpcr- Icom PCR1000 driving program for Mac available at yahoo groups, login required.
- MacProp- Propagation forecasting software for the Macintosh[ Hits: 1727 | Votes: 2 | Rating: 5.5 ]
- MacSchedKeeper- Macintosh Rig Control for Kenwood TS-50
- MacTNC- MacTNC is simple, configurable terminal software used by amateur (ham) radio operators to control a TNC (terminal node controller). MacTNC performs most of the same functions of other terminal software, but includes buttons for standard commands, and allows the user to configure additional buttons for special purposes. MacTNC works only user Mac OS X because it relies on Unix components of the current operating system.[ Hits: 6591 | Votes: 10 | Rating: 6.63 ]
- MoonSked- Moon tracking for Mac Windows and Linux for EME by GM4JJJ
- Morse Machine for MacOSX- This free program teaches you to receive Morse code. It starts with a few letters and adds more when it sees that you are ready. Based on A Fully Automatic Morse Code Teaching Machine, it is a small application and it runs even on recent MacOSX versions.[ Hits: 134 | Votes: 0 | Rating: 0 ]
- Morse Mania- A morse code tutor for the Macintosh.
- Morse Runner on MacOS- Run Morse Runner on Apple MacOSX computers using Wineskin. Morse Runner is a popular MS Windows morse code contest simulator. You can do this by yourself or just download the ready-made dmg and use it on your apple mac.[ Hits: 108 | Votes: 1 | Rating: 9 ]
- MultiMode- Digital modes decoding software for the macintosh. Decodes CW, RTTY, WEFAX, SATFAX, ACARS, DTMF, SSTV
- MULTISCAN 3B SSTV for Apple MacOS- SSTV on Mac is possible using MultiScan 3 B is an application for Ham Radio Slow Scan TV (SSTV) Communications. It is build to run on Mac OS X 10.6 or later versions. MultiScan 3B can transmit and receive pictures in the following formats (modes):Robot black Robot Color Socttie Martin, PD Modes:P Modes: P3, P5 and P7 AVT All modes can be send/received in regular, narrow, QRM and narrow+QRM modes[ Hits: 1113 | Votes: 0 | Rating: 0 ]
- Osmond PCB- Printed circuit board design for Macintosh
- phpHamLog- Amateur radio open source log program written in PHP. Put your log online for visitors to browse in real time. Access your log from any web browse, can run under windows linux and macos with apache, mysql and php[ Hits: 1228 | Votes: 1 | Rating: 1 ]
- PocketPacket Mac OS- PocketPacket started as an APRS client for iPhone/iPod Touch/iPad devices, but is also available for the Mac desktop or laptop. PocketPacket incorporates a software-based TNC, allowing you to directly capture and visualize, or encode and transmit 1200 baud packets (AFSK modulation) using a VHF radio transceiver.
- Promethius- Logbook software for the Macintosh by Chris Smolinski[ Hits: 1752 | Votes: 0 | Rating: 0 ]
- QRQ CW trainer- qrq is an open source Morse telegraphy trainer which runs on several operating systems (Linux, Unix, OS X and Windows), similar to the classic DOS version of Rufz by DL4MM.
- QST Browser- A Mac OS X application for searching and viewing the back issues of periodicals that are published by the ARRL in CD-ROM format.[ Hits: 421 | Votes: 1 | Rating: 10 ]
- Radio Explorer- Graphic viewer for shortwave broadcasting and programming schedules. Supports viewing schedules in an expanding table and on a 24-hour Gantt chart using the local time and the UTC time display modes. Runs on multiple platforms.
- RF Toolbox- A MacOSX antenna design and electronics/electrical tool package. It is a multipourpose application that allow antenna design and comomn calculations[ Hits: 581 | Votes: 0 | Rating: 0 ]
- RUMLog- RUMlog is a fully featured general ham radio logbook program, with contest logging capability and QSL handling/printing tool for MacOSX.RUMlog is free to download and can interface with most popular Icom Elecraft Yaesu Kenwood Transceiver, and CW keyers. Offer mapping, Dx cluster, check, import export, and many functions commonly available on most popular logbook programs.
- RUMtrol7000- Windows and MacOS programming software for the ICOM IC-7000[ Hits: 2173 | Votes: 5 | Rating: 5 ]
- RUMtrol746PRO- This program is used for the ICOM IC-746PRO, IC-7400.You can edit all the setting and write it to file for later use. Runs on Windows Linux and MacOSx
- Satscape- Satscape is a freeware program for the PC Macintosh and Linux. It produces real-time displays of where any Satellite is, and predicts passes for your locale. There are about 8000+ satellites in orbit, a lot of these are just junk and debris such as discarded rocket bodies, but quite a few are working Satellites.[ Hits: 12069 | Votes: 20 | Rating: 5.75 ]
- SCR-Log- Scr-log freeware logging program for mac, windows, linux and dos. designed for school, club, and individual class stations to use during school club roundup.
- SkookumLogger- SkookumLogger is a free contest logging program for Mac OS X 10.7 or later, supporting CW and SSB events on the six HF contest bands plus 6m, 4m, 2m, and 70cm[ Hits: 510 | Votes: 0 | Rating: 0 ]
- SoundFlower- Soundflower is a Mac OS X (10.2 and later) system extension that allows applications to pass audio to other applications. Soundflower is easy to use, it simply presents itself as an audio device, allowing any audio application to send and receive audio with no other support needed. Soundflower is free.
- Spek- Spek helps to analyse your audio files by showing their spectrogram.Spek supports all popular lossy and lossless audio file formats. Spek is free software available for Unix, Windows and Mac OS X.[ Hits: 1993 | Votes: 1 | Rating: 10 ]
- The KB6IBB Utilities- Ham radio frequency list consolidation software.The Ham Radio database can house a unlimited number of records. Holding frequency information from DC to Daylight. The Radio Scanner Database is designed to emulate a radio scanner. A 5,000 record table is provided and is organized by channel number.
- Time Palette- World Time and Mapping software including Azimuthal Maps.[ Hits: 1604 | Votes: 4 | Rating: 8.75 ]
- TK5 for IC-R5- Open source software designed for the ICOM IC-R5 receiver. Linux, MacOS X and Windows
- Trusted QSL- Open source libraries and utilities to support using digital signatures for Amateur radio QSL system information like eqsl and lotw. Available for windows macos e linux.[ Hits: 2367 | Votes: 2 | Rating: 10 ]
- Visual Moon Tracking- Java moon tracking software runs on LINUX, Win 98, Win NT, UNIX, OSF, MacOSX
- Waavebox- MacOSX real-time precision signal / waveform generator. Uses native Mac sound Out capabilities.[ Hits: 780 | Votes: 2 | Rating: 1.5 ]
- WiNRADiO for Mac- WiNRADiO for Mac, WiNRADiO provides Apple Macintosh support for our most popular receiver, the WR-1550e, a medium-range external receiver with frequency range 150 kHz to 1.5 GHz
- Wireless Field Day Log Program- A reliable logging system for Field Day basedon wireless networking. Freeware, runs on macintosh, linux and windows[ Hits: 1961 | Votes: 1 | Rating: 10 ]
- XASTIR- Xastir is program for receiving and plotting APRS position packets. Development is a collaborative effort of programmers and amateur radio enthusiasts from around the world. Xastir supports many map formats and is highly customizable.Xastir runs on Windows/MacOSX/Linux/FreeBSD/Solaris/Lindows. It supports 125 map formats, several types of TNC's and weather stations, Festival speech synthesizer, AX.25 networking (Soundmodem/Baycom/SCC!) and seven languages!.
- Xastir- Xastir MacOSX APRS software for receiving and plotting APRS(tm) position packets. Xastir supports many map formats and is highly customizable[ Hits: 630 | Votes: 0 | Rating: 0 ]
- xCAT xDAX for macOSX and FlexRadio 6000- xCAT is an helper application for the FlexRadio 6000 series running on macOS computers to control via CAT protocol tranceivers, while xDAX purpose is to provide a way for Digital Mode Software like Fldigi, WSJT-X to access the digital audio data (DAX) of the FlexRadioTM
- Yea Cabrillo2Adif Converter- Cabrillo2Adif A software for converting the radio logs from Cabrillo to Adif log format (for Mac OS X)[ Hits: 843 | Votes: 0 | Rating: 0 ]
- Yea Cabrillo2Adif Converter- Yea Cabrillo2Adif is a free software for converting the radio logs from Cabrillo to Adif log format for MacOSX
- YeaLogger- Free ham radio logging software for Mac OS X by SM7YEA[ Hits: 1295 | Votes: 3 | Rating: 9.33 ]
Software
Search The DXZone.com
The GNU Liberty Basic Compiler Collection allows Windows and Linux users to compile Liberty Basiccode on those platforms. Unlike the original Liberty Basic, this compiler creates standalone nativeexecutables that do not rely on an external interpreter. GNU / LibertyBasic is open source andlicensed under the GNU GPL and the GNU LGPL.
Just BASIC creates standalone programs from your BASIC source code. (I think it compiles to intermediate code whichis then executed by an interpreter.) It supports functions, subprograms, control structures like DO/LOOP and SELECT/CASE,has a GUI builder, supports sprite animation, sound and music, and comes with a source level debugger.
Basic4GL is a BASIC compiler for Windows with built-in OpenGL 1.1 support. It is also able to generate code foran Android phone or tablet (though you have to develop your programs on Windows first). It automatically handlesthings like initialising OpenGL, opening an OpenGL window, etc, allowing you to get straight into writing OpenGL code.The language has built-in support for vectors and matrices and you can perform mathematical operations on them(add, multiply) using vector and matrix notation algebra. Other features in Basic4GL include a 2D tile and sprite engine.The compiler generates intermediate code which is run by a virtual machine. The IDE comes with an integrated editor anddebugger. Audio recording editing software, free download.
wxBasic is a BASIC interpreter licensed under the GNU LGPL that runs on Windows and Linux.wxBasic code 'looks a lot like QBasic'. It has OpenGL support, among other things. This interpreter does notappear to be maintained any more.
SmallBASIC is a language designed to handle mathematics and graphics. It includes trigonmetric, matrixand algebraic functions, system, sound and graphic commands, structured programming syntax, an IDE, etc.It works on Linux, Windows, Android, Nokia Internet Tablet, PalmOS and eBookMan. It is released under the GNU GPL.
This Basic-like language with extensions produces executables (binaries) for MSDOS real-mode orDPMI protected mode. It comes with the ArrowSoft assembler, documentation andsample programs. It does not seem like it's being maintained any more.
Mole Basic, or Merty's Own Language Extension Basic, runs on Linux, AIX, Sun and BSD andcomes in (C?) source code form which you can modify to extend the language. Binariesfor Linux is also provided.
This is a free BASIC compiler, integrated development environment, and debuggerthat runs on Windows, as well as Linux. You can actually write graphics and GUI programs that can be compiled by both theWindows and Linux versions without changing your source code.
This is a free BASIC interpreter that compiles and runs on Unix systems. It supports subsets of the ANSI Standardfor Minimal BASIC and the ANSI Standard for Full BASIC. It has been re-released under the GNU GPL (I think it wasin the public domain before) and supports MSDOS and POSIX systems (eg Unix, Linux, etc).
BCX is a Win32 console mode program that translates a BASIC source file into C source codewhich can be compiled using LCC-Win32 (see ourFree C/C++ Compilers page for more information about thisfree C compiler). It accepts a subset of modern BASIC, as well as extensions likeuser-defined functions and inline C code.
- How to Register Your Own Domain Name - get one for your software
- List of Web Hosts - put your software on the web
- How to Register Your Own Domain Name - how to get your own domain name
It will appear on your page as:
- Jack Audio
Take the audio output of one piece of software and send it to another. JackAudio is a virtual audio software cable that run on Windows Linux and MacOS and if Free to download and to use. - Grig Radio Control
Grig is a freeware simple Ham Radio control (CAT) program based on the Ham Radio Control Libraries (Hamlib). It is intended to be highly generic presenting the user to the same graphical user interface regardless of which radio is being controlled.Grig supports the most commonly used CAT commands that are implemented by Hamlib, and integrates well with other ham radio programs like Xlog and gMFSK.Grig has been developed on Linux, but has been ported on Mac and Windows OS. - Radio Explorer
Graphic viewer for shortwave broadcasting and programming schedules. Supports viewing schedules in an expanding table and on a 24-hour Gantt chart using the local time and the UTC time display modes. Runs on multiple platforms. - XASTIR
Xastir is program for receiving and plotting APRS position packets. Development is a collaborative effort of programmers and amateur radio enthusiasts from around the world. Xastir supports many map formats and is highly customizable.Xastir runs on Windows/MacOSX/Linux/FreeBSD/Solaris/Lindows. It supports 125 map formats, several types of TNC's and weather stations, Festival speech synthesizer, AX.25 networking (Soundmodem/Baycom/SCC!) and seven languages!. - MultiMode
Digital modes decoding software for the macintosh. Decodes CW, RTTY, WEFAX, SATFAX, ACARS, DTMF, SSTV - Fldigi
Fldigi Freeware Digital multi mode program for Linux, Free-BSD, MacOS X and MS Windows . Support CW and several digital modes like PSK31, MFSK, RTTY, Olivia, WeFax, Hell and others and is a fully multi platform application - jLog
jLog is a modern Freeware Ham Log program that can run on all major platforms, e.g. Mac OS X, Mac OS, Linux/Unix, Windows, etc. It offers a nice, clean interface and allows efficient entry of QSOs.Import or Export of data using the standardized ADIF 2 format is possible to easily exchange data with any other decent Log program.Built-in CW Keyer, CAT control for many popular, rigs, DX Cluster tracking, call lookups - Satscape
Satscape is a freeware program for the PC Macintosh and Linux. It produces real-time displays of where any Satellite is, and predicts passes for your locale. There are about 8000+ satellites in orbit, a lot of these are just junk and debris such as discarded rocket bodies, but quite a few are working Satellites. - CHIRP
CHIRP is a cross-platform, cross-radio programming tool. It works on Windows and Linux and MacOSX. It can program many popular radios and exchange data between them includin Icom Kenwood Yaesu Alinco Wouxun Puxing Baofeng - Visual Moon Tracking
Java moon tracking software runs on LINUX, Win 98, Win NT, UNIX, OSF, MacOSX - MacIcomControl
Radio control software for the Macintosh - iSpectrum Analyzer
Macintosh audio spectrum analyzer that allows the user to view live audio in a standard frequency plot, a stereo oscilloscope view and a waterfall display - DX ToolBox
DX Toolbox searches the web for you, gathering information on solar and geomagnetic conditions that affect radio propagation. It's ideal for the ham radio operator, shortwave listener, or other radio enthusiast. - MacTNC
MacTNC is simple, configurable terminal software used by amateur (ham) radio operators to control a TNC (terminal node controller). MacTNC performs most of the same functions of other terminal software, but includes buttons for standard commands, and allows the user to configure additional buttons for special purposes. MacTNC works only user Mac OS X because it relies on Unix components of the current operating system. - Mac Antenna Master
Dipole, Yagi, Vertical, Cubic quad, Log periodic, J-pole, coil, and transmission line design package for the Macintosh - Macintosh SSTV Shareware
SSTV software is now available for the Macintosh computers, for the first time. - DarwinPSK
DarwinPsk is free to licensed ham radio operators and is a great application for PSK and RTTY communications under MacOSX - MacAPRS
Macintosh automatic position reporting system, developed by Bob Bruninga, WB4APR, to track boats and vehicles using GPS and packet radio. MacAPRS was written by Keith Sproul, WU2Z and Mark Sproul, KB2ICI
- 10 QSO Logger- Ten-Ten International QSO parties logging program multi plaform run with Java under Windowd Linux MacOSX
- Aether- Aether is an ham radio logging for the Mac. Aether gives hams logging software that is as powerful, easy to use, and good looking as the operating system it runs on.Designed from the ground-up using Apple's Cocoa, Aether supports the latest Mac OS X technologies, and provides the experience that Mac users expect.[ Hits: 2797 | Votes: 10 | Rating: 8 ]
- Amadeus - Sound Recorder- Amadeus is a very powerful sound recorder and editor for Apple MacOS. Available in Lite and Pro version, is intuitive and a support many sound formats.
- Audacity- Audacity is a free, easy-to-use, multi-track audio editor and recorder for Windows, Mac OS X, GNU/Linux and other operating systems. The interface is translated into many languages.[ Hits: 604 | Votes: 0 | Rating: 0 ]
- Audiocoreder- Audiocorder is a VOX program which allows your Macintosh to act as an audio recorder
- AudioXplorer- AudioXplorer is a sound analyzer software designed for Mac OSX, provide a real-time analysis window where you can visualize the sound spectrum and sonogram[ Hits: 423 | Votes: 1 | Rating: 9 ]
- Beam Aim- Draws a world map centered on your QTH. Type in a DX station's call sign to get the beam aim azimuth and distance to the station.
- Black Cat CW Keyer- Black Cat CW Keyer for Macintosh lets you send morse code from your computer. You can type out the text to be sent (immediately or buffered) as well as create and send from one key[ Hits: 3292 | Votes: 5 | Rating: 6.4 ]
- Cab-converter- A freeware apple Macintosh-based program that helps amateur radio contesters by converting a log from a radio contest into the Cabrillo file format which may be submitted to the contest sponsor.
- CHIRP- CHIRP is a cross-platform, cross-radio programming tool. It works on Windows and Linux and MacOSX. It can program many popular radios and exchange data between them includin Icom Kenwood Yaesu Alinco Wouxun Puxing Baofeng[ Hits: 11425 | Votes: 32 | Rating: 6.98 ]
- cocoaModem- CocoaModem is an opensource MacOSX application which implements modems (modulator-demodulators) for RTTY PSK MFSK Hellschreiber CW SITOR HF-FAX provided by W7AY
- cocoaNEC- cocoaNEC 2.0 is an opensource Mac OS X application intended primarily for the design and modeling of antennas by Kok Chen, W7AY[ Hits: 1504 | Votes: 3 | Rating: 10 ]
- CubicSDR- CubicSDR is a free SDR receiver which is based on the liquid-dsp libraries. Run under Linux, Windows and Mac OS X
- CuteSDR- CuteSDR Open-Source application forMacOSX , Linux, and Windows designed to run with RFSPace SDR receiver[ Hits: 4568 | Votes: 3 | Rating: 6.67 ]
- Darkice- DarkIce is a live audio streamer. It records audio from an audio interface (e.g. sound card), encodes it and sends it to a streaming server. Works on Linux and MacOSX
- DarwinPSK- DarwinPsk is free to licensed ham radio operators and is a great application for PSK and RTTY communications under MacOSX[ Hits: 5481 | Votes: 8 | Rating: 8.63 ]
- DF9CY Project Auriga- PA is a JAVA software package containing several programs, SW/VHF/UHF Logbook (imports format from RADIOMAN, VMT), Log conversion to HTML format,Import and export functions for RADIOMAN, CT RES files, BV QSL Labels, CSV etc.Internet DX-Cluster support, Keeps track of your worked Callsigns, Checks your worked Grid Squares per band, Databases for worked Grids and CallsignsUses K1EA CQWW.CTY country file,Easy command line version for terminal operationMoontracking as clock, Pathloss calculation
- dogparkSDR- dogparkSDR is a native Macintosh visual radio display and interactive control software for any Flex Radio Systems[ Hits: 530 | Votes: 0 | Rating: 0 ]
- DX ToolBox- DX Toolbox searches the web for you, gathering information on solar and geomagnetic conditions that affect radio propagation. It's ideal for the ham radio operator, shortwave listener, or other radio enthusiast.
- EchoMac- EchoMac is a client program for OS X that allows connection to the Echolink system[ Hits: 1120 | Votes: 2 | Rating: 5.5 ]
- EchoMac - Mac Ham Radio EchoLink Client- EchoMac is an apple macintosh client for EchoLink internet radio network.
- Elmer- Macintosh shareware, contains the full pool of questions for each of the five exams, and creates sample tests that will vary each time you take them and it will grade your exam.[ Hits: 1111 | Votes: 2 | Rating: 8 ]
- Fast Morse- Macintosh morse code software, Fast Morse will convert any text you enter into the original Morse code equivalent, and play it on your speakers. The speed can be adjusted to anything from 1 to 35 words per minute if your computer can keep up, allowing you to send Morse signals at a rate your friends and fellow Morse enthusiasts can follow!
- FKeyer- Application for the Apple Macintosh computer that provides a CW contesting interface for the popular MacLoggerDX loggging software. FKeyer runs on MacOS X and uses an external keyer such as the MicroHam CW keyer.[ Hits: 994 | Votes: 0 | Rating: 0 ]
- Fldigi- Fldigi Freeware Digital multi mode program for Linux, Free-BSD, MacOS X and MS Windows . Support CW and several digital modes like PSK31, MFSK, RTTY, Olivia, WeFax, Hell and others and is a fully multi platform application
- Flrig- Flrig is a transceiver control program designed to be used either stand alone or as an adjunct to fldigi. It is able to control most popular amateur radio transceivers from ICOM Kenwood and Yaesu. Can share the control over a local area network or can be used as a common gateway to your radio for serveral concurrent applications. Works on Mac Linux and Windows[ Hits: 1883 | Votes: 5 | Rating: 8 ]
- GQRX- GQRX is a free and simple to use SDR receiver which runs on Linux and MacOS X. GQRX comes with a standard FFT spectrum and waterfall display and a number of common filter settings
- GQRX for MacOS- OSX port of the awesome gqrx SDR software[ Hits: 1400 | Votes: 4 | Rating: 6.25 ]
- Grig Radio Control- Grig is a freeware simple Ham Radio control (CAT) program based on the Ham Radio Control Libraries (Hamlib). It is intended to be highly generic presenting the user to the same graphical user interface regardless of which radio is being controlled.Grig supports the most commonly used CAT commands that are implemented by Hamlib, and integrates well with other ham radio programs like Xlog and gMFSK.Grig has been developed on Linux, but has been ported on Mac and Windows OS.
- HourWorld World Clock- HourWorld is a program with rich graphics that can show you what time it is in a certain part of the world, and well as demonstrate what is actually looks like over the globe.[ Hits: 2869 | Votes: 2 | Rating: 5.5 ]
- iSpectrum- iSpectrum is a free spectrum analyzer for MacOS that allows you to display live audio in a standard frequency plot, waterfall display or in a stereo oscilloscope view. Used by ham radio operators, audiofiles, musicians, and Sound Technicians.
- iSpectrum Analyzer- Macintosh audio spectrum analyzer that allows the user to view live audio in a standard frequency plot, a stereo oscilloscope view and a waterfall display[ Hits: 7508 | Votes: 4 | Rating: 5.5 ]
- Jack Audiopop- Take the audio output of one piece of software and send it to another. JackAudio is a virtual audio software cable that run on Windows Linux and MacOS and if Free to download and to use.
- jLogupdated- jLog is a modern Freeware Ham Log program that can run on all major platforms, e.g. Mac OS X, Mac OS, Linux/Unix, Windows, etc. It offers a nice, clean interface and allows efficient entry of QSOs.Import or Export of data using the standardized ADIF 2 format is possible to easily exchange data with any other decent Log program.Built-in CW Keyer, CAT control for many popular, rigs, DX Cluster tracking, call lookups[ Hits: 12516 | Votes: 16 | Rating: 8.56 ]
- JTDX- JTDX is a multimode software for amateur radio. Means JT & T modes for DXing, it is being developed with main focus on the sensitivity and decoding efficiency, both, in overcrowded and half empty HF band conditions.Support JT9, JT65, T10 and FT8 is released unde GNU licence, by UA3DJY and ES1JA. Run under Windows and Linux.
- Mac Antenna Master- Dipole, Yagi, Vertical, Cubic quad, Log periodic, J-pole, coil, and transmission line design package for the Macintosh[ Hits: 6243 | Votes: 4 | Rating: 5.5 ]
- Mac GrayLiner- Displays map of the world, showing day and night areas.
- Mac Memory Manager- Amateur Radio Memory Manager Software for the Mac support many Yaesu Icom AOR and Kenwood radios[ Hits: 1431 | Votes: 1 | Rating: 10 ]
- Mac the Scope- Mac the Scope is a professional quality signal analyzer, 1/3 octave RTA, signal generator, and more.
- MacAPRS- Macintosh automatic position reporting system, developed by Bob Bruninga, WB4APR, to track boats and vehicles using GPS and packet radio. MacAPRS was written by Keith Sproul, WU2Z and Mark Sproul, KB2ICI[ Hits: 4752 | Votes: 6 | Rating: 4.33 ]
- MacDoppler- MacDoppler and MacDopplerPRO 3D satellite tracking and station automation software for Macintosh by Dog Park Software Ltd.
- MacDSP- Digital filter for Macintosh computers with a PowerPC processor[ Hits: 1817 | Votes: 1 | Rating: 3 ]
- MacGPS Pro- Mapping software which links a Garmin GPS receiver to your Macintosh. Includes Maidenhead grid squares and beam-pointing maps.
- MacIcomControl- Radio control software for the Macintosh[ Hits: 8184 | Votes: 1 | Rating: 10 ]
- Macintosh SSTV Shareware- SSTV software is now available for the Macintosh computers, for the first time.
- MacK2- A Remote Control Program for the Elecraft K2 Amateur Radio Transceiver using the Apple Macintosh[ Hits: 302 | Votes: 0 | Rating: 0 ]
- MacLoggerDX- While you are enjoying your favourite scheduled SWL program, DX Net, or W1AW Bulletin, MacLoggerDX is combing the internet looking for the latest Hot DX Spot
- MacPacSat- allows a Macintosh computer to communicate via packet radio with the amateur packet satellites currently in operation using the 'PACSAT' protocols[ Hits: 1438 | Votes: 0 | Rating: 0 ]
- Macpcr- Icom PCR1000 driving program for Mac available at yahoo groups, login required.
- MacProp- Propagation forecasting software for the Macintosh[ Hits: 1727 | Votes: 2 | Rating: 5.5 ]
- MacSchedKeeper- Macintosh Rig Control for Kenwood TS-50
- MacTNC- MacTNC is simple, configurable terminal software used by amateur (ham) radio operators to control a TNC (terminal node controller). MacTNC performs most of the same functions of other terminal software, but includes buttons for standard commands, and allows the user to configure additional buttons for special purposes. MacTNC works only user Mac OS X because it relies on Unix components of the current operating system.[ Hits: 6591 | Votes: 10 | Rating: 6.63 ]
- MoonSked- Moon tracking for Mac Windows and Linux for EME by GM4JJJ
- Morse Machine for MacOSX- This free program teaches you to receive Morse code. It starts with a few letters and adds more when it sees that you are ready. Based on A Fully Automatic Morse Code Teaching Machine, it is a small application and it runs even on recent MacOSX versions.[ Hits: 134 | Votes: 0 | Rating: 0 ]
- Morse Mania- A morse code tutor for the Macintosh.
- Morse Runner on MacOS- Run Morse Runner on Apple MacOSX computers using Wineskin. Morse Runner is a popular MS Windows morse code contest simulator. You can do this by yourself or just download the ready-made dmg and use it on your apple mac.[ Hits: 108 | Votes: 1 | Rating: 9 ]
- MultiMode- Digital modes decoding software for the macintosh. Decodes CW, RTTY, WEFAX, SATFAX, ACARS, DTMF, SSTV
- MULTISCAN 3B SSTV for Apple MacOS- SSTV on Mac is possible using MultiScan 3 B is an application for Ham Radio Slow Scan TV (SSTV) Communications. It is build to run on Mac OS X 10.6 or later versions. MultiScan 3B can transmit and receive pictures in the following formats (modes):Robot black Robot Color Socttie Martin, PD Modes:P Modes: P3, P5 and P7 AVT All modes can be send/received in regular, narrow, QRM and narrow+QRM modes[ Hits: 1113 | Votes: 0 | Rating: 0 ]
- Osmond PCB- Printed circuit board design for Macintosh
- phpHamLog- Amateur radio open source log program written in PHP. Put your log online for visitors to browse in real time. Access your log from any web browse, can run under windows linux and macos with apache, mysql and php[ Hits: 1228 | Votes: 1 | Rating: 1 ]
- PocketPacket Mac OS- PocketPacket started as an APRS client for iPhone/iPod Touch/iPad devices, but is also available for the Mac desktop or laptop. PocketPacket incorporates a software-based TNC, allowing you to directly capture and visualize, or encode and transmit 1200 baud packets (AFSK modulation) using a VHF radio transceiver.
- Promethius- Logbook software for the Macintosh by Chris Smolinski[ Hits: 1752 | Votes: 0 | Rating: 0 ]
- QRQ CW trainer- qrq is an open source Morse telegraphy trainer which runs on several operating systems (Linux, Unix, OS X and Windows), similar to the classic DOS version of Rufz by DL4MM.
- QST Browser- A Mac OS X application for searching and viewing the back issues of periodicals that are published by the ARRL in CD-ROM format.[ Hits: 421 | Votes: 1 | Rating: 10 ]
- Radio Explorer- Graphic viewer for shortwave broadcasting and programming schedules. Supports viewing schedules in an expanding table and on a 24-hour Gantt chart using the local time and the UTC time display modes. Runs on multiple platforms.
- RF Toolbox- A MacOSX antenna design and electronics/electrical tool package. It is a multipourpose application that allow antenna design and comomn calculations[ Hits: 581 | Votes: 0 | Rating: 0 ]
- RUMLog- RUMlog is a fully featured general ham radio logbook program, with contest logging capability and QSL handling/printing tool for MacOSX.RUMlog is free to download and can interface with most popular Icom Elecraft Yaesu Kenwood Transceiver, and CW keyers. Offer mapping, Dx cluster, check, import export, and many functions commonly available on most popular logbook programs.
- RUMtrol7000- Windows and MacOS programming software for the ICOM IC-7000[ Hits: 2173 | Votes: 5 | Rating: 5 ]
- RUMtrol746PRO- This program is used for the ICOM IC-746PRO, IC-7400.You can edit all the setting and write it to file for later use. Runs on Windows Linux and MacOSx
- Satscape- Satscape is a freeware program for the PC Macintosh and Linux. It produces real-time displays of where any Satellite is, and predicts passes for your locale. There are about 8000+ satellites in orbit, a lot of these are just junk and debris such as discarded rocket bodies, but quite a few are working Satellites.[ Hits: 12069 | Votes: 20 | Rating: 5.75 ]
- SCR-Log- Scr-log freeware logging program for mac, windows, linux and dos. designed for school, club, and individual class stations to use during school club roundup.
- SkookumLogger- SkookumLogger is a free contest logging program for Mac OS X 10.7 or later, supporting CW and SSB events on the six HF contest bands plus 6m, 4m, 2m, and 70cm[ Hits: 510 | Votes: 0 | Rating: 0 ]
- SoundFlower- Soundflower is a Mac OS X (10.2 and later) system extension that allows applications to pass audio to other applications. Soundflower is easy to use, it simply presents itself as an audio device, allowing any audio application to send and receive audio with no other support needed. Soundflower is free.
- Spek- Spek helps to analyse your audio files by showing their spectrogram.Spek supports all popular lossy and lossless audio file formats. Spek is free software available for Unix, Windows and Mac OS X.[ Hits: 1993 | Votes: 1 | Rating: 10 ]
- The KB6IBB Utilities- Ham radio frequency list consolidation software.The Ham Radio database can house a unlimited number of records. Holding frequency information from DC to Daylight. The Radio Scanner Database is designed to emulate a radio scanner. A 5,000 record table is provided and is organized by channel number.
- Time Palette- World Time and Mapping software including Azimuthal Maps.[ Hits: 1604 | Votes: 4 | Rating: 8.75 ]
- TK5 for IC-R5- Open source software designed for the ICOM IC-R5 receiver. Linux, MacOS X and Windows
- Trusted QSL- Open source libraries and utilities to support using digital signatures for Amateur radio QSL system information like eqsl and lotw. Available for windows macos e linux.[ Hits: 2367 | Votes: 2 | Rating: 10 ]
- Visual Moon Tracking- Java moon tracking software runs on LINUX, Win 98, Win NT, UNIX, OSF, MacOSX
- Waavebox- MacOSX real-time precision signal / waveform generator. Uses native Mac sound Out capabilities.[ Hits: 780 | Votes: 2 | Rating: 1.5 ]
- WiNRADiO for Mac- WiNRADiO for Mac, WiNRADiO provides Apple Macintosh support for our most popular receiver, the WR-1550e, a medium-range external receiver with frequency range 150 kHz to 1.5 GHz
- Wireless Field Day Log Program- A reliable logging system for Field Day basedon wireless networking. Freeware, runs on macintosh, linux and windows[ Hits: 1961 | Votes: 1 | Rating: 10 ]
- XASTIR- Xastir is program for receiving and plotting APRS position packets. Development is a collaborative effort of programmers and amateur radio enthusiasts from around the world. Xastir supports many map formats and is highly customizable.Xastir runs on Windows/MacOSX/Linux/FreeBSD/Solaris/Lindows. It supports 125 map formats, several types of TNC's and weather stations, Festival speech synthesizer, AX.25 networking (Soundmodem/Baycom/SCC!) and seven languages!.
- Xastir- Xastir MacOSX APRS software for receiving and plotting APRS(tm) position packets. Xastir supports many map formats and is highly customizable[ Hits: 630 | Votes: 0 | Rating: 0 ]
- xCAT xDAX for macOSX and FlexRadio 6000- xCAT is an helper application for the FlexRadio 6000 series running on macOS computers to control via CAT protocol tranceivers, while xDAX purpose is to provide a way for Digital Mode Software like Fldigi, WSJT-X to access the digital audio data (DAX) of the FlexRadioTM
- Yea Cabrillo2Adif Converter- Cabrillo2Adif A software for converting the radio logs from Cabrillo to Adif log format (for Mac OS X)[ Hits: 843 | Votes: 0 | Rating: 0 ]
- Yea Cabrillo2Adif Converter- Yea Cabrillo2Adif is a free software for converting the radio logs from Cabrillo to Adif log format for MacOSX
- YeaLogger- Free ham radio logging software for Mac OS X by SM7YEA[ Hits: 1295 | Votes: 3 | Rating: 9.33 ]