3 open source alternatives to PowerPoint

8 readers like this.
Business presentation

Vector Open Stock. CC BY-SA 3.0.

PowerPoint is one of those programs whose use has become so ingrained in the corporate world that it is probably running the risk of becoming completely genericized, in the same way that some people use Kleenex to refer to all tissues, or BAND-AIDs to refer to all bandages.

But presenting a slideshow doesn't have to mean using PowerPoint. There are a number of totally capable open source alternatives to PowerPoint for giving visual presentations. In many cases, the features of these “alternatives” are so compelling that, unless you're absolutely forced to use PowerPoint, I don't know why you still would.

I've got a few new presentations to give coming up in the next couple of months that are essentially being developed from scratch, I thought it would be a great time to take a look at all of the open source presentation tools out there, and decide if it would be a good time to try out a new tool for any of these upcoming talks.

It's also worth taking a little time to ask yourself what assumptions you are making about your presentation needs, and what kind of tool makes the most sense to use. For example, do you need to be able to present off of any computer, or share your presentation with others and be assured that they will be able to open it? Will Internet access be assured when you're presenting, or do you need a solution that will work offline as well?

After trying out a few different tools, I think I'd lump the ones I found into three major buckets: traditional desktop tools, web-based presentation tools, and then "other", which in my case, consisted of some terminal-based tools, but depending on your needs, your "other" category may consist of something else. For example, I've seen a presentation given entirely from an Android device with a screen-casting ability. But in any case, let's look as some of the great open source contenders in each of these three main categories.

Desktop presentation tools

Desktop presentation tools provide the closest experience to the traditional PowerPoint experience, both on the design side and the presentation side. If you're just looking to be able to put together some formatted text with a few images, perhaps a transition or two, add a few speaker notes, and be able to email out your presentation to colleagues, this is more than likely the route you should take.

I've found LibreOffice Impress to be, well, impressive enough that I haven't needed an alternative on the desktop. It works reasonably well at importing PowerPoint presentations, assuming that the file you're opening doesn't have any sort of crazy formatting or weird fonts, so it's a good choice if you're working with slides from other people.

It's also incredibly intuitive if you're already used to working with other LibreOffice tools, or really any standard office suite. You'll find all of the basic text formatting, shape drawing, image importing, chart making, and other tools you'll need to put together a basic business presentation. And LibreOffice is, of course, a cross-platform tool, so you should be able to easily share documents across Windows, Mac, and Linux, while being able to export back to PowerPoint format if required.

I've heard similarly positive feedback for Calligra Stage, which grew out of the KOffice project, as being both approachable to people of any skill level while still having enough features to make a reasonably advanced presentation. You'll find it with many KDE-based Linux distributions, or it can be installed independently.

Web presentation tools

Web presentation tools have been my preferred format for a while, if for no other reason except that HTML-based presentations are very easy to use with version control, and very intuitive to edit as someone who spends a good portion of my day doing markup already. If you can make something work on a web page, you can make it work in a web-based presentation: interactive charts, maps, videos, and more. Plus, web-based presentations are incredibly easy to share: just give out the URL, or bundle up all of the code onto a flash drive and present from nearly any computer system of your choosing.

I highly recommend you check out Joshua Allen Holm's roundup of three open source web frameworks for presentations, in which he looks at Impress.js, Hovercraft, and Strut in some detail. My favorite tool in this space remains Reveal.js.

Why Reveal.js? The framework is simple to use and allows for rather elegant code. It supports a number of features out of the box that, frankly, allow for some really cool presentation features, including zooming, parallax backgrounds, beautiful transitions, and great code markup. It supports Markdown inline, or you can even write your whole presentation in Markdown and then import it.

If you're not an HTML junkie, the commercial service Slides.com is based on the open source Reveal.js, and you can easily import or export to a revision control system of your choosing.

A presentation from the terminal?

Bear with me for a moment, I have one more idea to present (ha!). Have you ever considered presenting from your terminal? No, I'm not kidding. While it's not going to win an award for style, presenting a text-based presentation straight from the terminal could earn you some serious geek cred, but more importantly, introducing an artificial limitation of a text-only environment is going to force you to focus on your words instead of fancy gimmicks.

As a friend of Vim, my new favorite tool for terminal-based presentations is Vimdeck. Vimdeck is an MIT-licensed tool that turns Markdown into a set of files, one per slide, which are then opened in Vim, and then sets up some keybindings for easy movement through your deck. You can give your slides a surprising amount of customization, including syntax-highlighted, a headline text font, and more. The Vroom project is another Vim-related presentation tool worth checking out.

Why do this at all? Well, you can host your presentation almost anywhere; all you need on the presenting computer is a terminal with SSH. You can easily version the files. You can even use a tool like gotty to easily share your terminal-based presentation as a web page for others to view. It's an unconventional idea, but for technical presentations, one you might consider.


Obviously, these aren't the only open source presentation tools out there. It may even be worth asking yourself, for a given presentation, if a slides-based tool is the right choice at all. If you're presenting the same data on a recurring basis, would creating a dashboard make more sense? Are slides the right level of formality for your presentation, or is throwing a collaborative document on the screen and editing in real-time a better fit? Don't immediately think that a presentation has to equal sequentially advancing slides.

Regardless of what tool you use, remember, it's just a tool. Your audience isn't going to be nearly as impressed by the tool you use as by quality of the content you're presenting, and ultimately, by your ability to present it. Don't dwell for too long on picking the perfect tool; instead, find one that works for you, and move on to practice, practice, and more practice! That said, do let us know what presentation tool you use, and why, in the comments below.

Jason Baker
Former Red Hatter. Now a consultant and aspiring entrepreneur. Map nerd, maker, and enthusiastic installer of open source desktop and self-hosted software.

21 Comments

I've become a big fan of Reveal.js over the last 18 months or so. It might not give me the fine-grained control I get with LibreOffice Impress, it still does a great job. I've also been toying with Hacker Slides (https://github.com/jacksingleton/hacker-slides) which combines Markdown and Reveal.js. Not sure if Hacker Slides is for me, but it's an interesting idea.

I'm a really big fan of Reveal.js for my own presentations. However, in a work environment where people from other departments (*cough*sales*cough*) want to use my slides, it can be a challenge... mostly because those people don't know that it's possible to do a presentation with anything other than PowerPoint.

As an unconventional example, I once saw a brilliant presentation delivered with Freemind. So I definitely agree that a slideshow-style presentation isn't the only way to go.

I've used LibreOffice Impress and it works for me. Now, however you've piqued my curiosity with Reveal.js. I'd love to learn how to do that. Are there any tutorials or would you consider a followup article to teach newbies like me how to do that?

Slides.com will generate Reveal.js files with no coding experience needed. But for basic slide templates, if you're comfortable navigating an HTML file, you really don't need it at all.

The way I learned how to use it was to look at the code of the demo file. https://github.com/hakimel/reveal.js/blob/master/demo.html Slides are defined with the 'section' tag, and within each slide, it's just really simple HTML: H tags for headers, P for paragraph text, UL/LI for lists. It can, of course, get as messy and complicated as you want it to, but to get started, I'd consider just making a copy of their demo file and editing it a bit.

That said, I too would be interested in hearing if there are any great tutorials out there. I'm sure there are plenty of things that I could stand to learn too!

In reply to by Don Watkins

Thanks for the links and the instructions. I can navigate HTML a bit. I'll have to explore this a bit.

For presentations, I use shellshow, written by a friend of mine:

https://github.com/deltaray/shellshow

It's perl, it acts a little like less or more, but with cool animated transitions.

I'm a big fan and generally use it for any presentation I do.

Thanks to you guys I'm now exploring Markdown. I really couldn't find a good editor on Ubuntu except ReText. I found MacDown on MacOSX. I'm going to have to do some more exploring, coding and learning.

I'm a fan of using Sozi for presentations. It's I believe a bit of a clone of Prezi.

Thanks Seth and Scott for all the ideas. I got Ghostwriter and Atom installed on Ubuntu and now I've got something new to learn. ;)

If you like markdown but feel a bit constrained by the lack of support for bibliographies, tables, images, etc., check out one of its derivatives. Personally, I'm a big fan of multimarkdown. It strives to maintain the same easy to use syntax while expanding upon what markdown can do.

http://fletcherpenney.net/multimarkdown/download/

In reply to by Don Watkins

I use Sozi a lot, it is much more then a Prezi clone. The newer versions of the interface make it very simple to create non-linear presentation while harnessing full power of vector graphics editor of your choice.

Seeing Vimdeck reminds me of a presentation I gave using vim.
The topic was managing SELinux from the command line, and
the simple formatting was very easy for the audience to follow.
I think they appreciated one presentation at a conference that
wasn't overdone with graphics.

Vimdeck looks like an easier way to provide the same formatting
that I included manually.

My favorite presentation maker is Scribus. You generate a PDF, then use a PDF viewer to show the "slides". It's also easier to re-purpose the content for printouts, and with higher quality images.

Well, if you're going to mention Vimdeck, you also need to mention beamer on LaTeX, which produces real presentation slides from a text file. Beamer is my presentation software of choice over all others.

My day job requires me to use Powerpoint for slides (I use Libreoffice Impress instead) but for everything else I use Landslide (https://github.com/adamzap/landslide), which turns Markdown documents into HTML5 presentations.

For my presentations I like and need a fuzz free and always working method. Web based presentations are a no brainer, somehow connections always fail in the right moment. PowerPoint is the company standard, but files are huge and therefore slow. Over the years I use two alternatives:

1. plain PDF in presentation- or full screen mode. Just hit an arrow or space bar to get to the next slide;

2. taking my Linux laptop and using Impressive [http://impressive.sourceforge.net/]. Again a PDF is the base, but Impressive has some nice features on highlighting, navigation and a timer. Impressive has a small footprint, so it's fast. If you are allowed run python scripts on your computer, Impressive is yours!

Very important is to have nice and clean PDF slides. Printing to PDF on Windows (yep, company standard...) doesn't use the entire page and makes these ugly white borders. Therefore I process the final version of my PDF slides with LibreOffice.

I keep away from incorporating video in my presentations, again it makes the file huge. Just use a separate viewer like gxine or whatever is installed. Vids from the net you can use locally after downloading them with cclive.

But in the end your spoken word is more important than the slides. They are just a not all too distractive wallpaper ;-)

Creative Commons LicenseThis work is licensed under a Creative Commons Attribution-Share Alike 4.0 International License.