27 minute read

…and what to use them for!

What is “FOSS,” and what does it stand for? “FOSS” stands for “Free and Open Source Software.” It is important to note that this different from “Software You Don’t Pay For” in an important way: FOSS software is not only “free” in a monetary sense, but it is also “free” in the sense that you or anyone are “free” to use it in any way that you want, with only a very few restrictions (typically only that you credit where you got it from). FOSS software is usually (but not always) developed by a community of programmers who do it because they love it and want to contribute to the greater good. They are usually very passionate about their projects and they use the software themselves (often in their “day job”). Because FOSS projects are really community projects, it means that you can get involved if you want to. This means that you can contribute to fixing bugs, asking for features to be added, beta testing, styling, or coding, and so you can help make the software look and work the way you want it too. Not only that, but because the source code is always made available, you, as a scientist, can confirm that the software is actually doing what it purports to do, which is something you cannot do with any closed source software, free or paid-for.

Read more about Open Source and the FOSS movement at the websites of the Open Source Initiative and the Free Software Foundation. Also recommended is an article by Benjamin Ducke, Natives of a connected world: free and open source software in archaeology and our recent article in the Society for American Archaeology’s newsletter: Open Science in Archaeology.


Notes about this list:

The great majority of these software tools are available on all three major OS platforms: Linux, MacOS, and MS Windows. There are a couple of pieces of nice software that are for one or two platforms only, and these are noted. It’s important to remember, however, that many pieces of Windows software will run on Linux under the WINE Windows compatibility layer, and a lot of Linux software can be run inside Windows or Mac in a virtual machine or compatibility layer like MinGW. However, since all varieties of Linux are also FOSS projects themselves, I highly recommend that you use a Linux OS. Gone are the days where you needed a degree in Computer Science to install and use Linux. Now, anyone can do it! Have a look at distrowatch.com for some of the more popular flavors of Linux. I personally use and recommend Xubuntu, which is very lightweight, and which has a desktop interface that will be comfortable for old school Windows users. Mac users may prefer the main Ubuntu distro, which has a desktop interface that will be more familiar to them, albeit which is also larger and more system-intensive to run.

I plan to maintain and update this list over time. Please e-mail me or leave a comment below if you have a piece of FOSS software you think should be on this list or to report broken links. Please provide examples of how your suggestion could be used in an academic context. Do note, however, that I want to keep this a curated list in the sense that I’d like to be able to either personally vouch for each piece of software, or at least know that it is a good, widely used, and accepted tool. I like having more than one option for each kind of software, but do not want the list to become too unwieldy. Finally, I want to emphasize that this list is for FOSS options only. There are indeed some good free but closed source tools for some of the categories listed below. While these may be good options for you, I’ve chosen not to include them here[1] (with the single exception of PAST - see “Scientific Computing/Statistics” below).


GIS and Image Analysis

GIS Suites

  • GRASS - In my opinion, GRASS is the most powerful, fully-functional FOSS GIS suite. I recommend it for doing “heavy lifting” GIS work and scientific geo-spatial analysis. Rapid development, excellent community, and some of the most cutting-edge geospatial analysis tools available. This is the GIS I use every day, and I highly recommend that you put in the effort to learn it. It works a bit differently than other GIS systems, so it may take some getting used to. Please see my page on GRASS GIS for more information about archaeology-specifc tools that I’ve developed for GRASS. Highly recommended. [Linux, Mac, Windows]
  • QGIS - A less powerful, but very functional GIS with a large user-base. Great for web mapping applications and making finished cartographic products. Note that you can now access some of the GRASS libraries from within QGIS, as well as growing host of plugins, all of which increase the computational power that QGIS can unleash. However, due to the less stringent way it handles projections, map resolution issues, and geographic regions, I still recommend GRASS for the heavy-lifting. The line between them is blurring, however, and, especially if you are coming from a certain well-known commercial GIS application, you might initially feel more at home in QGIS. Highly recommended. [Linux, Mac, Windows]
  • QField - QGIS comes to Android!! This the FOSS mobile GIS solution. It must be paired with a desktop installation of QGIS for best use, but this made easy with the QField plugin for QGIS. I used QField for fieldwork this past summer, and it worked very well. It appears to be actively developed with new features being added relatively regularly. Highly Recommended. [Android]
  • SAGA - SAGA is another very powerful FOSS GIS platform. In many ways it parallels GRASS, and seems to have a very dedicated user-base. Personally, I use and recommend GRASS, but SAGA may appeal to you, so you should defintely check it out! [Linux, Mac, Windows]
  • gvSIG - Another great FOSS GIS program. Perhaps a smaller user community than the others listed above, but still a quite capable piece of software. Notable is the large array of localizions (languages) that are available for it. [Linux, Mac, Windows]
  • Whitebox GAT - This is a really interesting project being developed at the University of Geulph. It operates under the “Open Access Software” principle, which purports to be one step beyond even Open Source, in the sense that the project must actively encourage examination of the source code. Beyond that, it looks to be a very powerful cross-platform GIS suite under active development. I’ve downloaded it, and will be testing it out. Note that it does require the latest Java JRE. [Linux, Mac, Windows]

Structure from Motion Analysis

  • OpenDroneMap - ODM has rapidly become the ultimate all-in-one tool to make 3D-point clouds, rectified aerial photomosaics, and DEM’s from aerial imagery. It is a full SfM pipeline, and then some. It can be installed as a scriptable commandline tool in Linux or on Windows/Mac via Docker, but the recent WebODM fork is my current recommendation for most people. It runs on any platform from your web browser with a really great GUI interface that also lets you view and manipulate the resulting 3D meshes and mosaics. This is the only tool I am currently using for all my SfM needs. Highly Recommended! [Linux, Mac, Windows]
  • “PPT” Python Photogrammetry Toolbox - A bit buggy, but it does work. Graphical interface to Bundler and PMVS. Probably right now the easiest way to get a 3D point cloud out of your un-ordered photographs of a building, landscape, or artifact. I have recently had trouble installing this package, and it seems to be unmaintained for the last year or more, so I’m not sure if I can fully recommend it any more. [Linux, Windows]
  • Bundler and MVS/PMVS - These are the core command-line programs that the PPT is built around, but it is still useful to know how to do it from scratch. [Linux, Mac, Windows]
  • MVE with Open-MVG and MVS-texturing - Another set of command-line tools, giving a slightly different approach than the Bundler/PMVS pipeline. I’ve developed scripts to run these as batches, which I’ll eventually host here for download. [Linux, Mac, Windows]
  • Regard3D - This is a new GUI wrapper for Open-MVG, for Windows and Mac only. I therefore can’t put it through its paces, but it promises to be a great new tool for an easy SfM workflow. [Windows, Mac]
  • MicMac - This is a very cool Open-Source project that provides a complete cross-platform SfM pipeline that does NOT rely on Bundler. It seems possible to produce georeferenced point clouds as well. The site is in the French language, but much of the documentation is in English. This project seems to be actively developed. There is both a CLI and GUI interface. [Linux, Mac, Windows]

Point Cloud Editing and Viewing

  • MeshLab - The most full-featured point cloud and mesh editor around. A bit of a learning curve, but can do most everything. Highly recommended. [Linux, Mac, Windows]
  • CloudCompare - Easier to get into, but more limited than MeshLab. Great for measuring/quantifying volumetric changes between two point clouds. Comes with an excellent lightweight and simple point cloud viewer. [Linux, Mac, Windows]
  • Blender - The 3D modeling mode of Blender can be use to edit meshes and point clouds quite effectively. Many plugins. Most geared to digital animation than scientific analysis though. Can export to various 3D printer formats, however. [Linux, Mac, Windows]

Image Analysis/Remote Sensing

  • Multispec - Great tool for analysis and manipulation of multispectral satellite imagery. Can do clustering. Highly recommended. [Mac, Windows, Online in browser]
  • ImageJ - Great tool for general image manipulation and analysis. A LOT of plugins. Mostly used for medical imaging, but great for analysis of artifacts via imagery. Highly recommended. [Linux, Mac, Windows]
  • HyperCube - Another multispectral image analysis tool. Very powerful. [Windows, Mac]
  • Orfeo Toolbox - A nice-looking piece of software for analyzing satellite imagery. Looks to be especially well-suited for very high resolution imagery. [Linux, Mac, Windows]
  • GRASS - GRASS does most satellite imagery analysis things too. [Linux, Mac, Windows]
  • OpenDroneMap - For creating rectified photomosaics from aerial imagery. [Linux, perhaps Mac and Windows with some work]
  • AutoGR-Toolkit - A set of python scripts to automatically georectify aerial photos to a curated set of rectified imagery hosted on a WMS server. It uses SIFT point matching to do this automagically. Very cool!! [Linux, Mac, Windows]
  • Mapknitter - An open-source cloud-based service to rectify individual aerial imagery. Basically, you manually rotate and warp your image to match google imagery. You can download the rectified image when you are done. Useful if you don’t have GCP’s or don’t want to use a full-blown GIS to rectify an image. [In The Cloud!]
  • 3DINV - A tool to invert the results of Electro-Magnetic Resistivity surveys to create 3D surfaces. [Windows]

Other Geospatial Tools

  • GDAL/OGR - GDAL and OGR are libraries used by all FOSS GIS programs to import/export various GIS file formats. They can be accessed from the command-line independently, which may be useful for scripting or batch operations. [Linux, Mac, Windows]
  • Proj - Much like GDAL, this is a library used by all FOSS GIS suites. It is for managing geographic projection systems. Again could be useful to use on its own in certain situations. [Linux, Mac, Wnidows]
  • PDAL - Very similar to GDAL, PDAL is a library for manipulating and translating point-cloud data (like LiDAR or SfM data). Again, it is generally not accessed directly by the end user, but could be useful if you are developing a custom application or script. [Linux, Mac, Windows]
  • LasLiberator - A simple tool to convert pointcloud data from the proprietary LAS format to the open LAZ format. [Windows]
  • OSSIM - Another library, but this time to deal with multi-band satellite imagery, among other data formats. [Linux, Mac, Windows]
  • FWTools - A small suite of GIS/Geospatial tools (including GDAL/OGR and Proj) with a basic GUI for manipulation of file formats and projections with. [Linux, Windows]
  • FUSION - A GUI tool to deal with LiDAR data, provided by the US Forest Service. Windows only. [Windows]

Computational Modeling

Agent-Based Modeling Platforms

  • NetLogo - A simple-to-use platform for creating agent-based models. Scalable, with a nice development interface and good model interactivity. Many online resources and large model repository. I recommend this as a good way to get into Agent Based Modeling. Highly recommended. [Linux, Mac, Windows]
  • Repast Simphony - Perhaps a bit more complex than NetLogo, but also perhaps more powerful. There is a graphical programming interface which may make this easier to use for non-programmers. There is a very good user-base, and nice online documentation. [Linux, Mac, Windows]
  • PyABM - A Python library to help write ABM’s in the well-known Python scripting language. [Linux, Mac, Windows]
  • ArgoUML - UML is the “Unified Modeling Language”. It’s helpful for abstracting code to make it language agnostic, and to visually show how the code is supposed to work. Argo is probably the best FOSS UML tool I’ve come across, but there are a lot of alternatives available. [Linux, Mac, Windows]

Software Development and Scientific Computing

Scientific Computing/Statistics

  • R - Very robust, huge community, lots of modules. If it’s statistical, R can do it. Was my main stats tool before switching to SciPy. Highly recommended. [Linux, Mac, Windows]
  • SciPy - Scientific Python. Growing community, also robust, advantage of huge amount of other Python modules and resources. Possible to chain together with other programs (e.g., GRASS) through native Python API’s. Because I’m most comfortable in the Python language, this is what I now use most of the time. Highly recommended. [Linux, Mac, Windows]
  • Anaconda - Anaconda is a self-contained system for scientific computing with Python. Although you don’t need it, it might simplify your installation of SciPy, etc., and will ensure it all plays together well. While technically FOSS, Anaconda is product of an enterprise/open software company that offers some paid services too. [Linux, Mac, Windows]
  • GNU Octave - I believe Octave is often used a FOSS alternative for MatLab, but I don’t use either, so I’m not sure. I’ve been told that it is quite powerful and functional, however. [Linux, Mac, Windows]
  • KNIME - Graphical programming is easier to get into than scripting languages like R or Python. Large code-base, many modules for data-mining. Growing user-base. Note that this is still technically FOSS, even though the KNIME organization has some enterprise tools as well. [Linux, Mac, Windows]
  • Weka - Another nice data-mining program. Weka libraries can also be brought into KNIME as plugins. [Linux,Mac, Windows]
  • Orange - Another powerful data-miner and stats package with a really beautiful and intuitive graphical programming interface. Orange is now my main recommendation for folks who want to step up from spreadsheet land to the next level of scientific computing, but who are intimidated by command-line interfaces and scripting. Orange is easy to use, and has great tutorials. There is a native Python API, so you can grow with it. It includes a lot of great addons and wonderful output graphics. Highly recommended! [Linux, Mac, Windows]
  • PSPP - Quite literally a FOSS replacement for SPSS. Not as fully functional as other solutions above, but works for basic analyses and data manipulation. Getting better all the time. [Linux, Mac, Windows]
  • PAST - Perhaps more comfortable for people used to a “spreadsheet” interface to statistics. Many, many, more, and more robust analyses are possible in PAST than in any normal spreadsheet, however. NOTE: It has come to my attention that the source-code for PAST is not made available. It’s also released under a slightly more restrictive license than is true open-source software. Thus, it is clearly not true FOSS. At the moment, I’m leaving it on this list as a special dispensation because it’s a very useful piece of software that is almost FOSS. But I may eventually decide to remove it. [Windows, Mac]

Scientific Computing IDE’s

  • Spyder - Excellent for scientific Python work. Similar to R-Studio. Highly recommended. [Linux, Mac, Windows]
  • Jupyter - A different way to get into Scientific Python. Runs in your web-browser. [Linux, Mac, Windows]
  • R-Studio - In my opinion, the best graphical interface for using R. Highly recommended. [Linux, Mac, Windows]
  • Rcommander - A different GUI for R. You may or may not like it better than R studio. [Linux, Mac, Windows]

Software Development

  • Spyder - Great for general Python development too. Highly recommended. [Linux, Mac, Windows]
  • iPython - Great interactive Python shell. Seems to be merging with Jupyter. [Linux, Mac, Windows]
  • Geany - A good text editor, and an ok IDE too. [Linux, Mac, Windows]
  • Notepad++ - Ditto. Highly recommended. [Windows, Mac, Linux]
  • Eclipse - A must if you are doing Java work. Will work with many other languages, but I find it a bit bloated and unfriendly to use. [Linux, Mac, Windows]
  • Meld - A good “diff” tool to see differences between, and merge two versions of, a document or script. [Linux, Mac, Windows]
  • RapidSVN - A great tool to manage SVN repositories. [Linux, Mac, Windows(?)]
  • Git - Command-line tools. Needed to move stuff to and from your GitHub repo. Highly recommended. [Linux, Mac, Windows]

Plotting and Data Exploration

Plotting Tools

  • Veusz - A GUI front-end for MatPlotLib from SciPy. Easy to get your data in, and then create a lot of different kinds of plots. Might be easier for a non-programmer than simply learning Python and MatPlotLib. Highly recommended. [Linux, Mac, Windows]
  • XYScan - A cool little tool for grabbing x/y coords of data points from, eg., plots in PDF papers you downloaded. Might be the only way to get raw data from some publications. Highly recommended. [Linux, Mac]
  • Seaborn - An additional library to make MatPlotLib plotting easier/nicer in SciPy. [Linux, Mac, Windows]
  • GGPlot2 - Ditto, but for R instead. [Linux, Mac, Windows]
  • GeoRose - A little software tool for making quick Rose diagrams and strike/dip plots. [Windows, Mac]

Data Exploration

  • GGobi - A very cool program to interact with your 2D and 3D scatter-plotted data. Not necessarily for publication-ready plots, but rather simply to get to know your data better. Very useful! [Linux, Mac, Windows]
  • Orange - All of the output plots in Orange a fully interactive. You can zoom, pan, highlight, style, rotate, etc. Highly recommended. [Linux, Mac, Windows]

Network Analysis

  • Cytoscape - Perhaps a bit complex to learn and use, but seems very powerful. Seems to be a large user-base. [Linux, Mac, Windows]
  • Gephi - I’m told it’s still a bit buggy, but I do remember it being easier to use than Cytoscape. Not sure if it can do as much, but definitely worth checking out as well! [Linux, Mac, Windows]
  • Orange - There is a great set of network analysis tools you can install in Orange as an Addon. I like these a lot, and this is the main way I do network analyses. Highly recommended. [Linux, Mac, Windows]

Office and Text

Word Processing

  • LibreOffice Writer - Part of the LibreOffice suite. Fully functional replacement for MSWord, including Zotero bibliographic manager integration. Highly recommended.[Linux, Mac, Windows]
  • AbiWord - Lighter, but still functional. No Zotero integration. [Linux, Windows]
  • LaTex - A sort of markdown language for word-processing. Very powerful control of the formatting of your output document, but more intense to set up than a standard Word Processor. [Linux, Mac, Windows]
  • Lyx - A gui for LaTex, which might make it easier for you to use it. Helpful especially if you are a non-LaTex user trying to collaborate with a LaTex afficiondo. [Linux, Mac, Windows]

Bibliographic Manager

  • Zotero - Integrates into Firefox, Chrome/Chromium, LibreOffice Writer, and MS Word. Seamless integration with Google Scholar in your web-browser. Online storage possible, nice collaboration features, and many plugins and citation styles. Highly recommended. [Linux, Mac, Windows]
  • Docear - A great alternative to Zotero, with in-text support for some word processors. Best feature is it’s integration of a visual “mind-map” organization of citations and documents. [Linux, Mac, Windows]
  • BibTex - If you use LaTex, you are likely using BibTex for your citation management. Same idea as LaTex: a sort of MarkDown for formatting bibliographies and a format for storing citations. [Linux, Mac, Windows]

Spreadsheet

  • LibreOffice Calc - A FOSS alternative for MS Excel. Slick, but limited in terms of statistical analysis and plots (as is MS Excel). Highly recommended. [Linux, Mac, Windows]
  • Gnumeric - More capabilities, better graphics, more plot types, slightly less slick. [Linux, can be compiled on Mac]
  • PAST - PAST also has basic spreadsheet capabilities, as well as its more complex statistical functions. [Windows, Mac]

Database

  • LibreOffice Base - A FOSS alternative for MS Access. [Linux, Mac, Windows]
  • PGAdmin - An interface for PostgreSQL databases which is fully cross platform. I’m not a huge database-user myself, but I’m given to understand that this is a good tool for managing PostgreSQL databases. [Linux, Mac, Windows]
  • Postgres.app - A Mac-specific interface for PostgreSQL, which you might like instead of PGAdmin. [Mac]
  • SQLite - SQLite is a very widely used Open database format. It’s used as a database engine by a lot of other FOSS projects, such as GRASS, so it’s useful to be familiar with it. [Linux, Mac, Windows]

Text editing

  • Gedit - A basic lightweight text editor with syntax highlighting that just does what you want it to. This is my personal favorite text editor. It does require GTK libraries, but it has the best balance (IMO) of simplicity to functionality. Highly recommended. [Linux, Mac, Windows]
  • Medit - Similar functionality as Gedit, but lighter and sleeker because it doesn’t require GTK. Find and replace tools are not as good, however and neither is the syntax highlighting. [Linux]
  • Notepad++ - Probably the best option for Windows users. Highly recommended. [Windows, Mac, Linux]
  • Geany - Another good cross-platform text editor. Some basic IDE tools included. [Linux, Mac, Windows]

PDF Tools

  • PDF Shuffler - For moving/deleting pages in a PDF, or merging more than one PDF. [Linux]
  • PDF-Mod - Does basically exactly what PDF Shuffler does. Made for GTK, so might work better on some distros. [Linux]
  • Xournal - For annotating PDF’s. Can write or draw on the page, and all annotations saved separately. Can export to a condensed PDF with annotations embedded. Highly recommended. [Linux]
  • GhostScript - Command-line PDF manipulation. Good for batch resize, or quick creation of PDF from other file formats. [Linux, Mac, Windows]
  • Evince - A basic PDF viewer with some of the same capabilities of Acrobat Reader. [Linux, Windows]
  • Briss - A super-simple cross-platform tool to crop multi-page PDF files. Great for getting rid of that black margin on scanned photocopies! [Linux, Mac, Windows]

Web Browsing/development

  • Firefox - Best FOSS web browser - is pretty big and can bog down on some systems. Highly recommended. [Linux, Mac, Windows]
  • Chromium - Open Source version of Chrome. If you use a lot of Google tools, then you should probably use this browser. It’s what I use these days. Highly recommended. [Linux, Mac, Windows]
  • Bluefish - A WYSIWYG HTML website editor. Note that the web is different now than it was in good old HTML days, so this tool may be depreciated for many web development uses. If you are still doing basic HTML websites, however, this will work for you. [Linux, Mac, Windows]
  • Jekyll - Simple website development for “Web 2.0”. If you want to maintain a modern website, it’s really worth your time to learn Jekyll and/or other modern web frameworks. Once your site is set up, this allows easy editing of site content with MarkDown text and seamless integration on a lot of hosting platforms including GitHub pages (like this very site you are reading now). [Linux, Mac, Windows]

Desktop Publishing

  • Scribus - An all around great tool for making posters, brochures, newsletters, anything that requires mixing graphics and text. Very precise control. A FOSS alternative for Adobe Pagemaker. Highly recommended. [Linux, Mac, Windows]
  • LibreOffice Impress - More for presentations, but you can make posters, etc. in it too. [Linux, Mac, Windows]
  • LaTex - Yup, you guessed it! LaTex can be a very powerful tool for Desktop Publishing too! [Linux, Mac, Windows]
  • Laidout Book Creator - For Linux only, but a pretty flexible way to make graphics heavy pubs in full spread form. Still has some kinks to work out, but you might like it better than Scribus or LaTex for some applications. [Linux]

Presentations

  • LibreOffice Impress - A FOSS alternative for MS Powerpoint. Great if you want a standard presentation experience with transitions, animations, etc. [Linux, Mac, Windows]
  • Impressive - A neat tool for PDF presentations. Gives you some great interactivity with your slides. My main PDF presentation tool. [Linux, Windows]
  • Beamer - The presentation tool for LaTex presentations. I’m told on good authority that it works very well in tandem with Lyx as a total presenation solution. [Linux, Mac, Windows]
  • Sozi - Sozi looks to be an open source alternative to “Prezi”. I’ve not used it yet, but it seems quite promising if you like that Prezi style of presentations. [Linux, Mac, Windows]
  • DeckJS - DeckJS is a really cool HTML5 presentation back-end. It’s “Web 2.0” ready, and you can use it locally in any browser or deployed on your website. Once set up, it’s pretty easy to use with standard HTML or MarkDown. I’ve started doing more and more presentations this way. [Linux, Mac, Windows]
  • SuperSimpleSlider - The most stripped down, basic HTML5 slide presenter you can find. It’s less than one kB in size! Dead easy to make presentations in HTML and/or MarkDown. I used it for my 2015 SAA presentation. [Linux, Mac, Windows]

Mind Mapping and Diagramming

  • Freemind - Great for mapping out a project or an idea. I often use it to map out computational models that I plan to create. [Linux, Mac, Windows]
  • Freeplane - A spin-off from Freemind. Similar, but might be more to your liking. Supposed to have added some features that were percieved to have been missing from Freemind, and supposed to be on a faster release schedule. [Linux, Mac, Windows]
  • XMind - Perhaps a little more slick than Freemind/Freeplane. Be aware that although there is a paid-for “Pro” version, the normal version is totally FOSS. [Linux, Mac, Windows]
  • Docear - Docear also has a decent mind-map function. It’s integration with your references list make it very well suited for mapping out a writing project. [Linux, Mac, Windows]
  • ArgoUML - UML is a kind of visual map for formal computational models. It’s more than that, but it shares some similarities to the “mind-map” idea, so I’m including Argo UML here. Argo is probably the best FOSS UML tool I’ve come across, but there are a lot of alternatives available. [Linux, Mac, Windows]

Graphics and Photography

Vector Graphics

  • Inkscape - A FOSS alternative for Adobe Illustrator. Very functional, and powerful. Bitmap trace function is very, very useful. Excellent for publication-ready line drawings. Highly recommended. [Linux, Mac, Windows]
  • LibreOffice Draw - Does vector graphics. More limited than Inkscape, but simpler to use, perhaps. [Linux, Mac, Windows]

Raster Graphics

  • GIMP - Very functional and powerful. Great for editing raster graphics of any kind. A FOSS alternative for Adobe Photoshop. Highly recommended. [Linux, Mac, Windows]
  • ImageMagick - Command line image manipulation. VERY powerful. Excellent for things like batch resize or animated GIF creation. [Linux, Mac, Windows]
  • ImageJ - ImageJ is also a great all-around pixel editor. [Linux, Mac, Windows]
  • Krita - A great pixel painting program. Geared toward artists, but also excellent for making conceptual figures and drawings. [Linux, Mac, Windows]

Photography

  • Darktable - Very powerful, non-destructive photography post-processing suite, including RAW development, collection management, and all sorts of other goodies. A FOSS alternative for Adobe Lightroom. I very highly recommend this, and use it as my main photographic editor. I’ve just been alerted to a new Windows port of Darktable, so it is now fully cross-platform! Highly recommended. [Linux, Mac, Windows]
  • LightZone - I have recently given LightZone a try for some photo editing. It’s less capable than than Darktable, perhaps, but I think it may be easier to learn and use because it is a simpler workflow with fewer options. Note that while you have to register to download, it’s free and open-source. Highly recommended. [Linux, Mac, Windows]
  • RawTherapee - A very powerful RAW developer. This is probably the most popular FOSS RAW developer and editor, with a large user base. You can do a lot with it, but I am not fond of the UI, and I think it’s fairly complex to learn and use as a beginner. I use it from time to time for its very comprehensive RAW dematrixing algorithm selections, but I prefer Darktable or LightZone over RawTherapee. [Linux, Mac, Windows]
  • GIMP - A FOSS alternative for Adobe Photoshop. Very functional and powerful. Can do interactive photo edits like rubber stamp as well as layer-integrated edits. Many macros/plugins for photographic post-processing and pixel editing. Highly recommended. [Linux, Mac, Windows]
  • Filmulator - Filmulator is a really cool, actively developed RAW developer that uses a very different image development pipeline than other editors. It’s refreshingly simple, and is designed to “automagically” develop your RAW files so that they get 90% of the way to a finished product with minimal effort. I like this tool quite a bit. [Linux source code only for now]
  • PhotoFlow - Another full-fledged non-destructive RAW developer and photo-editor. This seems to be in early development stage, but is being actively worked on. Should be an interesting alternative to Darktable and LightZone. [Linux, Mac, Windows]
  • UFRaw - A RAW developer plugin for GIMP. Very simple to use, and helps you get your RAW images into GIMP for further editing. [Linux, Mac, Windows]
  • G’MIC - This is a great set of plugins for GIMP (or Adobe Photoshop) that add tons of new functionality. Can be accessed independently from the command line too. Highly recommended. [Linux, Mac, Windows]
  • GThumb - A basic, but very functional picture viewer/organizer for Linux. Can do minor edits like rotate or auto-enhance. Really just for viewing images, but does it well. [Linux]
  • Nomacs - Nomacs is also a basic viewer, with the added benefit of being able to view RAW images natively. Can rotate and crop too. Dead simple interface and just does what it says it does, and no more. This is my main image viewer these days. [Linux. Mac, Windows]
  • HUGIN - Best panorama stitcher out there. Can also do mosaicking and image unwarping. A really great piece of software! Highly recommended. [Linux, Mac, Windows]
  • geotag - Add geographic information to the EXIF tags of your photos by syncing with a track exported from your GPS. Very useful for remember exactly where you took a photo! [Linux, Windows, Web Service]
  • Gotten Geography - A truly beautiful piece of software, and an elegant, simple way to add geotags to your photographs. One of the nicest software tools to use that I have come across in a long time. Does exactly what it says it does, and no more or less. Linux only, however. [Linux]
  • ExifTool - Command-line libraries for manipulating the EXIF image information tags of your photographs. [Linux, Mac, Windows]
  • PyExifToolGUI - A nice Python GUI for ExifTools. Perhaps easier for you if you are not a command-line user. [Linux, Mac, Windows]

Multimedia

Video Editing

  • AVI-Demux - Simple program to trim video, extract audio, etc. [Linux, Mac, Windows]
  • Blender - In video editing mode, this is the best non-linear, non-destructive video editor in the FOSS world. Can do everything, including digital stabilization of shaky footage color correction/grading, overlays, 3D animations, etc. If you want to do professional video production or computer animation, this is the FOSS tool for you. Highly recommended. [Linux, Mac, Windows]

Audio Editing

  • Audacity - Easy to use, but powerful multi-track audio editor and recorder. Great for podcasts, etc. Many plugins for audio effects and analysis. I generally use Audacity for all my normal audio editing needs. Highly recommended. [Linux, Mac, Windows]
  • Ardour - Ardour is what is called a DAW (Digital Audio Workstation). As such, it’s more complex than Audacity, but also potentially more powerful. If you really want to be doing full-fledged audio production, then this is what you should be using. Do note that while Ardour is still technically FOSS, they only offer the source code (to be compiled by you) for “free”. You have to donate a small sum to get the pre-compiled binaries for your OS. [Linux, Mac, Windows version forthcoming]

Multimedia Players/Converters

  • VLC - Will play pretty much any media file. Highly recommended. [Linux, Mac, Windows]
  • SoundConverter - To/from pretty much any audio file format. GUI. [Linux]
  • Handbrake - GUI video converter. Powerful. Convert to/from pretty much any format. [Linux, Mac, Windows]
  • avconv/ffmpeg - Command line tools for video conversion. Very powerful. Useful for making movies from a series of still images or reducing movie file size. [Linux, Windows]

Leave a comment