The Wayback Machine - https://web.archive.org/web/20190816195231/https://github.com/meetfranz/franz
Skip to content
Franz is a free messaging app for services like WhatsApp, Slack, Messenger and many more.
JavaScript TypeScript CSS HTML
Branch: master
Clone or download
Latest commit e8961dc Jul 30, 2019
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
.github Update stale.yml Dec 16, 2018
.vscode Add debug flags to render process Mar 18, 2018
build-helpers Simplify dictionary step Dec 12, 2018
docs add example feature template to docs folder Mar 12, 2019
packages Bump version Jun 7, 2019
src feat(App): Add option to copy debug information via the help menu Jul 30, 2019
uidev Make buttons flexible in height Jun 7, 2019
.babelrc Release/5.0.1 beta.1 (#1344) Mar 18, 2019
.editorconfig initial commit Oct 13, 2017
.eslintignore Release/5.0.1 beta.1 (#1344) Mar 18, 2019
.eslintrc fix issues with actions and reactions setup in feature store Apr 16, 2019
.gitignore feat(App): Added Workspaces for all your daily routines 🥳 Apr 11, 2019
.npmrc Add .npmrc Nov 19, 2018
.nvmrc Release/5.0.1 beta.1 (#1344) Mar 18, 2019
.travis.yml Update slack notification token May 23, 2019
CHANGELOG.md bump version to 5.2.1-beta.1 Jul 30, 2019
CODE_OF_CONDUCT.md Change formatting Oct 13, 2017
CONTRIBUTING.md fix(General): Convert many links from http to https (#967) @Stanzilla Nov 15, 2018
LICENSE initial commit Oct 13, 2017
README.md fix merge conflicts with latest develop Mar 21, 2019
appveyor.yml skip cache restore May 24, 2019
electron-builder.yml feat(Windows): Add option to quit Franz from Taskbar icon Feb 12, 2019
gulpfile.babel.js Release/5.0.1 beta.1 (#1344) Mar 18, 2019
jest.config.js fix issues with actions and reactions setup in feature store Apr 16, 2019
lerna.json test package order Apr 8, 2019
misty.yml Add misty config Nov 15, 2018
package-lock.json Revert: fix spellchecker Jun 25, 2019
package.json bump version to 5.2.1-beta.1 Jul 30, 2019
tsconfig.json Release/5.0.1 beta.1 (#1344) Mar 18, 2019
tsconfig.settings.json Set target to es5 Apr 1, 2019
tslint.json Release/5.0.1 beta.1 (#1344) Mar 18, 2019
webpack.config.base.js Release/5.0.1 beta.1 (#1344) Mar 18, 2019

README.md

Franz 5

Build status Windows Build Status Mac & Linux Donate

Messaging app for WhatsApp, Slack, Telegram, HipChat, Hangouts and many many more.

Download Franz

👉 www.meetfranz.com

Or use homebrew (macOS only)

$ brew cask install franz

(Don't know homebrew? brew.sh)

Development

Preparations

Install Linux OS dependencies

Guide: Linux distribution specific dependencies

Fix native modules to match current electron node version

$ npm run rebuild

Install dependencies

Run the following command to install all dependencies, and link sibling modules with Franz.

$ 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.

$ npm run dev
$ npm run start

Be aware that the development database will be reset regularly.

Packaging

$ 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 and get in touch with us.

Create your own plugins/recipes

You can find all the Information at the Plugins repository. For questions feel free to ask in the community Slack

License

Franz 5 is open-source licensed under the Apache-2.0 License.

You can’t perform that action at this time.