Blueberry is a free and open source file transfer application.
- Transfer large files
- No internet required
- File recipients dont need the program
- Custom port
You can also:
- Set a password for your files
- Recieve files directly from the application
Head to the releases to download the latest installer. Download and run the installer, it installs itself and creates a desktop shortcut.
Blueberry uses the following frameworks:
- node.js - evented I/O for the backend
- Electron - framwork for create desktop apps
- Express - fast node.js network app framework [@tjholowaychuk]
And of course Blueberry itself is open source with this repository on GitHub.
Want to contribute? Great!
Blueberry is written in javascript and runs in node.
To modify and build blueberry, you need Node.js v10 or higher, and npm or yarn. Yarn is highly recommended.
Clone the github repository into a directory of your choice:
$ git clone https://github.com/P3ntest/blueberry.git
Now you can modify the source code. Here is a documentation about electron: Documentation
To start blueberry run
$ yarn start
or
$ npm start
To build an installer run
$ yarn dist
and the installer will be found under the dist forlder.
MIT