Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/meetfranz/franz
Franz is a free messaging app for services like WhatsApp, Slack, Messenger and many more.
https://github.com/meetfranz/franz
electron franz messaging messenger office productivity slack telegram whatsapp
Last synced: 1 day ago
JSON representation
Franz is a free messaging app for services like WhatsApp, Slack, Messenger and many more.
- Host: GitHub
- URL: https://github.com/meetfranz/franz
- Owner: meetfranz
- License: apache-2.0
- Created: 2017-10-13T10:17:01.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2023-11-08T15:36:13.000Z (about 1 year ago)
- Last Synced: 2024-12-04T16:02:48.953Z (9 days ago)
- Topics: electron, franz, messaging, messenger, office, productivity, slack, telegram, whatsapp
- Language: JavaScript
- Homepage: http://meetfranz.com
- Size: 11.9 MB
- Stars: 4,555
- Watchers: 110
- Forks: 579
- Open Issues: 388
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
- fucking-Awesome-Linux-Software - ![Open-Source-Software - Franz is a free messaging app that combines many chat & messaging services into one application. (Applications / Chat Clients)
- open-source-mac-os-apps - Franz - Franz is messaging application for services like WhatsApp, Slack, Messenger and many more. ![javascript_icon] (Applications / Chat)
- awesome-list - franz
- Awesome-Linux-Software - ![Open-Source-Software - Franz is a free messaging app that combines many chat & messaging services into one application. (Applications / Chat Clients)
- awesome-electron - Franz - Skype, Slack, Hangouts, WhatsApp, Grape, Telegram, FB Messenger, Hipchat in the same app. (Apps / Open Source)
- open-source-mac-os-apps - Franz - Franz is messaging application for services like WhatsApp, Slack, Messenger and many more. ![javascript_icon] (Applications / Chat)
- awesome-electron - Franz - Skype, Slack, Hangouts, WhatsApp, Grape, Telegram, FB Messenger, Hipchat in the same app. ![](https://img.shields.io/github/stars/meetfranz/franz.svg?style=social&label=Star) (Apps / Messenger)
README
# Franz 5
[![Build status Windows](https://ci.appveyor.com/api/projects/status/9yman4ye19x4274o/branch/master?svg=true)](https://ci.appveyor.com/project/adlk/franz/branch/master)
[![Build Status Mac & Linux](https://travis-ci.com/meetfranz/franz.svg?branch=master)](https://travis-ci.com/meetfranz/franz) [![Donate](https://img.shields.io/badge/Donate-PayPal-green.svg)](https://meetfranz.com/payment.html)Messaging app for WhatsApp, Slack, Telegram, HipChat, Hangouts and many many more.
## [Download Franz](https://www.meetfranz.com)
👉 www.meetfranz.com### Or use homebrew (macOS only)
`$ brew cask install franz`
(Don't know homebrew? [brew.sh](https://brew.sh/))
## Development
### Preparations
#### Install Linux OS dependencies
[Guide: Linux distribution specific dependencies](docs/linux.md)#### Fix native modules to match current electron node version
```bash
$ npm run rebuild
```### Install dependencies
Run the following command to install all dependencies, and link sibling modules with Franz.
```bash
$ npx lerna bootstrap
```If you previously ran `npm install` it sometimes is necessary to delete your `node_modules` folder before running `npx lerna bootstrap`.
### Run Franz Development App
Run these two commands __simultaneously__ in different console tabs.```bash
$ npm run dev
$ npm run start
```
Be aware that the development database will be reset regularly.## Packaging
```bash
$ npm run build
```## How can I support the project?
If you have found a bug that hasn't been reported yet or want to request a new feature, please open a new issue.## I need help?
Join the Franz community on [Slack](http://slack.franz.im) and get in touch with us.## Create your own plugins/recipes
You can find all the Information at the [Plugins repository](https://github.com/meetfranz/plugins).
For questions feel free to ask in the [community Slack](http://slack.franz.im)## License
Franz 5 is open-source licensed under the Apache-2.0 License.