An electron app which allows you to select a folder (containing media) to serve on your home network and cast your files to a cast target.
Currently in alpha: There will still be some rough edges, but please feel free to test it and report any bugs found, or new features that may be beneficial!
- Serve your own media locally
- Cast any file locally to your Google Cast receiver
- Set the media type to cast any file format
Just grab the latest setup .exe from the releases page.
If you find an bug or would like to request a feature, please submit an issue.
To develop for filecast, just follow the instructions listed.
- Node.js and npm
- Clone or download the repo onto your local machine or server.
- Run
npm install
. - Run
npm start
.