Whalebird è un client Mastodon, Pleroma e Misskey per applicazioni desktop Quando ricevi una notifica, questa viene notificata al tuo desktop. È possibile personalizzare il tema a piacere https://mastodon.it
Go to file
AkiraFukushima 94894af538 Add screenshot for readme 2018-03-24 00:03:27 +09:00
.electron-vue refs #78 Minify and compress production code 2018-03-22 11:22:59 +09:00
build/icons refs #88 Update mac icons to rounded 2018-03-22 17:23:20 +09:00
dist Initial commit 2018-03-07 22:28:48 +09:00
packages refs #78 Create makefile for production release 2018-03-22 14:50:19 +09:00
src fix: Change background color of notification cards 2018-03-23 13:34:52 +09:00
static Initial commit 2018-03-07 22:28:48 +09:00
test Initial commit 2018-03-07 22:28:48 +09:00
.babelrc Initial commit 2018-03-07 22:28:48 +09:00
.eslintignore Initial commit 2018-03-07 22:28:48 +09:00
.eslintrc.js Initial commit 2018-03-07 22:28:48 +09:00
.gitignore refs #78 Create makefile for production release 2018-03-22 14:50:19 +09:00
.travis.yml Initial commit 2018-03-07 22:28:48 +09:00
Makefile refs #90 Fix header margin 2018-03-22 18:33:31 +09:00
README.md ref: Add README 2018-03-23 01:06:49 +09:00
appveyor.yml Initial commit 2018-03-07 22:28:48 +09:00
package-lock.json fix: Fix database path for production 2018-03-22 16:49:39 +09:00
package.json fix: Add license in package.json 2018-03-22 16:55:58 +09:00
screenshot.png Add screenshot for readme 2018-03-24 00:03:27 +09:00

README.md

whalebird

Whalebird is a mastodon client for desktop application. If you want to use release build, please download from release page.

Feature

  • Slack like interface
  • Notify to desktop
  • Streaming
  • Many keyboard shortcuts
  • Manage multiple accounts

Install

Mac

Download from release page, and to decompress. I recommend that you move whalebird.app to /Applications.

Please wait for distribute in Mac app store, I'm preparing.

Linux

Download from release page, and to decompress. I'm preparing deb and rmp packages.

Windows

TODO. Please wait...

Development

# clone this repository
$ git clone https://github.com/h3poteto/whalebird-desktop.git
$ cd whalebird-desktop

# install dependencies
$ npm install

# serve with hot reload at localhost:9080
$ npm run dev

Release

I prepared Makefile for production release.

# for linux
$ make VERSION=0.1.0 PLATFORM=linux

# for mac
$ make VERSION=0.1.0 PLATFORM=darwin CERTNAME="Develper ID Application: NAME (ID)"

License

The software is available as open source under the terms of the MIT License.