sintonia/docs/index.md

1.2 KiB

Welcome to LibreTime

LibreTime makes it easy to run your own online radio station. Check out some features and screenshots, then install it and start broadcasting!

LibreTime is Free/Libre and Open Source Software (FLOSS). Among other things, this means that you have the freedom to:

  • Run it royalty-free for as long as you like.
  • Read and alter the code that makes it work (or hire someone to do this for you!)
  • Contribute documentation, bug-fixes, etc. so that everyone in the community benefits.

LibreTime is a fork of AirTime due to stalled development of the FLOSS version. For background on this, see this open letter to the Airtime community.

Getting Started

The easiest way to check out LibreTime for yourself is to run a local instance in a virtual machine. Assuming you already have Git, Vagrant and Virtualbox installed, just run:

:::bash
git clone https://github.com/libretime/libretime.git
cd libretime
vagrant up

Of course, this setup isn't appropriate for production use. For that, check out our installation instructions.