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 9bae1d3bd5 Add license 2018-04-14 22:20:53 +09:00
.circleci Add circleci setting for eslint 2018-04-12 21:36:56 +09:00
.electron-vue refs #190 Sound a system sound when user favourite or reblog 2018-04-05 09:00:42 +09:00
build refs #190 Add operation sound file 2018-04-05 22:27:36 +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
plist Setup build environment for Mac App Store version 2018-03-31 00:40:43 +09:00
src Merge pull request #220 from h3poteto/fix/lazyloading/error 2018-04-14 22:18:58 +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
CHANGELOG.md Update CHANGELOG 2018-04-11 21:03:05 +09:00
LICENSE.txt Add license 2018-04-14 22:20:53 +09:00
README.md Add explaination how to create App Store pkg in readme 2018-03-31 00:50:00 +09:00
appStore.sh Setup build environment for Mac App Store version 2018-03-31 00:40:43 +09:00
appveyor.yml Initial commit 2018-03-07 22:28:48 +09:00
package-lock.json Bump to version 0.4.0 2018-04-12 22:06:44 +09:00
package.json Bump to version 0.4.0 2018-04-12 22:06:44 +09:00
screenshot.png Add screenshot for readme 2018-03-24 00:03:27 +09:00
sideci.yml feat: Add sideci.yml 2018-04-12 23:54:09 +09:00

README.md

Whalebird

GitHub release

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

demo

Feature

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

Shortcuts

MacLinux, Windows
Toot, Reply Cmd + Enter Ctrl + Enter
Change accounts Cmd + 1, 2, 3... Ctrl + 1, 2, 3...
Jump to another timeline Cmd + k Ctrl + k
Open new toot window Cmd + n Ctrl + n

Install

Mac

You can download .dmg from release page.

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

Linux

You can download .deb or .rpm from release page. If you do not want to use package manager, please download .tar.bz2 file and docompress it.

Windows

You can download .msi from release page.

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

Binary

When you build release packages, please use electron-builder.

# for linux
$ npm run build:linux

# for mac
# This command automatically loads the Developer ID Application certificate from your keychain.
$ npm run build:mac

AppStore

Please prepare certificates on your Apple developer console. The following keys are required:

  • Mac App Distribution: 3rd Party Mac Developer Application: NAME (TEAM_ID)
  • Mac Installer Distribution: 3rd Party Mac Developer Installer: NAME (TEAM_ID)

and register your KeyChain.

Then, create a Mac App ID like org.whalebird.desktop.

$ npm run build:mas

# This command automatically loads the certificates from you keychain.
$ ./appStore.sh

After that, the .pkg file is created under ./packages.

License

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