Radiolise is a web app that lets you enjoy your favorite TV and radio stations. Among other features, it uses the Community Radio Browser project for the search.
Screenshot
Hosted instances
Official
Instance | URL |
---|---|
Frontend with TLS | https://radiolise.com/ |
Frontend without TLS | http://unencrypted.radiolise.com/ |
Frontend alternative | https://radiolise.gitlab.io/ |
Backend | https://backend.radiolise.com/ |
Currently, storage data (stations and settings) is not synchronized between instances unless they belong to the same origin.
Instant start
Use this command to start a fresh instance on your local machine:
npx radiolise
The executable is NOT meant for production purposes. See the Radiolise monorepo for more details on other ways to get started.
License
Copyright (c) 2017-present Marco Bauer et al.
The radiolise
package is free software: you can redistribute it and/or modify it under the terms
of the GNU Affero General Public License as published by the Free Software Foundation, either
version 3 of the License, or (at your option) any later version.
The radiolise
package is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY;
without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See
http://www.gnu.org/licenses/ for more details.