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 63c1b47a7d
Merge pull request #4580 from h3poteto/renovate/emoji-mart-vue-fast-12.x-lockfile
fix(deps): update dependency emoji-mart-vue-fast to v12.0.5
2023-09-30 01:06:38 +09:00
.electron-vue Fix build process for mac 2023-03-15 18:56:01 +09:00
.github Merge pull request #4467 from h3poteto/dependabot/ignore/better-sqlite3 2023-06-15 20:18:06 +09:00
build Fix build process for mac 2023-03-15 18:56:01 +09:00
dist Initial commit 2018-03-07 22:28:48 +09:00
flatpak-data Bump to version 5.0.7 2023-06-15 19:00:21 +09:00
packages Fix dmg and mas build settings 2023-03-08 15:45:57 +09:00
plist Remove unused scripts 2023-03-16 09:17:54 +09:00
scripts Generate thirdparty list 2023-05-10 01:01:01 +09:00
spec Fix emoji type 2023-06-03 00:42:47 +09:00
src Merge pull request #4558 from h3poteto/remove/misskey 2023-09-29 23:03:48 +09:00
static Fix scroll of splash screen 2018-07-30 00:18:28 +09:00
.babelrc refs #901 Update build target node version 2019-11-26 23:04:52 +09:00
.eslintignore Ignore node_modules when eslint 2019-07-08 22:40:31 +09:00
.eslintrc.js Re-implement user timeline in profile 2023-01-29 17:42:10 +09:00
.gitignore Generate thirdparty list 2023-05-10 01:01:01 +09:00
.npmrc Fix issues which are blocking rendering 2022-04-20 00:57:25 +09:00
.prettierrc refs #1318 Apply font-size settings in New toot 2020-04-11 17:23:40 +09:00
.stylelintignore Add stylelint config 2018-07-05 22:33:51 +09:00
.stylelintrc.json fixed stylelint errors as good as possible, disabled them when they didn't make sense 2022-11-03 21:42:47 +01:00
.tool-versions Use node 18 in CI 2022-11-26 17:56:19 +09:00
CHANGELOG.md spelling: version 2022-12-28 22:50:48 -05:00
CODEOWNERS Add codeowners 2022-01-21 21:46:07 +09:00
LICENSE Change license to GPL 2023-05-09 23:12:26 +09:00
Makefile Fix makefile 2023-03-23 00:57:46 +09:00
README.md Remove Misskey from README 2023-09-29 22:41:57 +09:00
app-store.svg Update donwload link for app store with badge 2018-08-15 15:28:30 +09:00
crowdin.yml Add Basque and Hungarian for crowdin 2022-12-19 22:31:34 +09:00
electron-builder.json Stop building universal dmg for a while 2023-03-22 23:10:39 +09:00
electron-builder.mas.json Bump to version 5.0.7 2023-06-15 19:00:21 +09:00
package.json chore(deps): update babel monorepo 2023-09-29 15:46:32 +00:00
renovate.json Specify packages for renovate 2023-09-30 00:29:08 +09:00
screenshot.png Update screenshot in readme 2023-03-09 00:27:08 +09:00
tsconfig.json Specify skipLibCheck for element-plus 2022-05-28 20:50:12 +09:00
windows-store.svg Add windows store link 2023-03-09 00:27:08 +09:00
yarn.lock fix(deps): update dependency emoji-mart-vue-fast to v12.0.5 2023-09-29 15:54:48 +00:00

README.md

https://github.com/h3poteto/megalodon/pull/1920# Whalebird Build GitHub release Mac App Store AUR version Dependabot Crowdin

Whalebird is a Fediverse client app for desktop.

demo

Feature

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

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
Reload current timeline Cmd + r Ctrl + r
Select next post j j
Select previous post k k
Reply to the post r r
Reblog the post b b
Favourite the post f f
Open details of the post o o
Open account profile of the post p p
Open the images i i
Show/hide CW and NSFW x x
Close current page esc esc
Show shortcut keys ? ?

Install

Mac

App Store

Or you can download .dmg from release page.

So on, you can install from Homebrew:

$ brew update
$ brew install --cask whalebird

Thanks to @singingwolfboy for adding it to homebrew-cask.

Linux

There are some packages in release page, for example .deb, .rpm and .AppImage. If you do not want to use the package manager, please download .tar.bz2 file and decompress it.

If you are using snap, please install from snapcraft.io.

$ sudo snap install whalebird

If you are using flatpak, please install from flathub.org.

$ flatpak install social.whalebird.WhalebirdDesktop

Or you can install from Arch User Repository.

$ yay -S whalebird

Windows

Windows Store

We prepared winget package and .exe files, but we don't recommend these ways. Because these binary is not code signed, so you will get warnings when you launch. Only Windows Store version is signed, so please use it.

$ winget show "Whalebird" --versions

Translation

If you can speak multiple languages, could you please help with translation in Crowdin?

Or if you want add new language, please create an issue. I will add it.

Development

We'd love you to contribute to Whalebird.

Minimum requirements for development

  • Node.js greater than or equal version 15.0.0 (16.x is recommended)
  • npm or yarn

Getting started

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

# Install font config
$ sudo apt-get install libfontconfig-dev

# install dependencies
$ yarn install

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

License

The software is available as open source under the terms of the GPL-3.0 License. However, icons do not comply with this license, © Miho Fukuda.