An open API service indexing awesome lists of open source software.

https://github.com/p3ntest/blueberry

🗂 🍇 Crossplatform fast and powerful file sharing application, which sends files over http(s). No internet is requierd.
https://github.com/p3ntest/blueberry

blueberry cross-platform electron http internet javascript transfer yarn

Last synced: 6 months ago
JSON representation

🗂 🍇 Crossplatform fast and powerful file sharing application, which sends files over http(s). No internet is requierd.

Awesome Lists containing this project

README

          

# Blueberry

[![Generic badge](https://img.shields.io/badge/Framework-NodeJS-yellow.svg)](https://shields.io/) [![Generic badge](https://img.shields.io/badge/Build-Passing-success.svg)](https://shields.io/) [![Generic badge](https://img.shields.io/badge/npm-6.14.4-orange.svg)](https://shields.io/) [![Generic badge](https://img.shields.io/badge/Version-1.2.4-blue.svg)](https://shields.io/) [![Generic badge](https://img.shields.io/badge/Portable%3F-yes-informational.svg)](https://shields.io/)

Blueberry is a free and open source file transfer application.

- Transfer large files
- No internet required
- File recipients dont need the program

## Whats new?

- Custom port

You can also:
- Set a password for your files
- Recieve files directly from the application

# Installation

Head to the [releases](https://github.com/P3ntest/blueberry/releases/) to download the latest installer.
Download and run the installer, it installs itself and creates a desktop shortcut.

### Tech

Blueberry uses the following frameworks:

* [node.js] - evented I/O for the backend
* [Electron](https://github.com/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](https://github.com/P3ntest/blueberry)
on GitHub.

### Development

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:
```sh
$ git clone https://github.com/P3ntest/blueberry.git
```

Now you can modify the source code. Here is a documentation about electron: [Documentation](https://www.electronjs.org/docs)

#### How to build and run blueberry

To start blueberry run
```sh
$ yarn start
```

or

```sh
$ npm start
```

To build an installer run

```sh
$ yarn dist
```

and the installer will be found under the dist forlder.

License
----

MIT

[node.js]:
[Twitter Bootstrap]:
[express]: