.github | ||
app | ||
snap | ||
.gitignore | ||
.travis.yml | ||
crowdin.yml | ||
LICENSE | ||
plugin.md | ||
README_ja.md | ||
README.md |
TheDesk
Mastodon/Misskey client for PC(Windows/Linux/macOS)
オープンソースSNSマストドン/MisskeyのPC向けクライアント日本語はこちら
Download:TheDesk
GitHub Releases notice
For Windows and macOS
On GitHub Releases, -store.*
assets are made for some application store or manager(Homebrew, Microsoft Store).
They do not check the latest version(Which you can get the latest ver or not depends on the store)
For Linux
On GitHub Releases, -normal.snap
assets are not made for Snapcraft.
No suffix version .snap does not check if there is the latest version(Which you can get the latest ver or not depends on the store), so it is for Snapcraft.
.deb always checks if there is the latest version
License
GNU General Public License v3.0
The icon is provided under Creative Commons BY-NC-SA
Press Kit
The default sounds of notifications is provided Creative Commons BY
Privacy Policy
Translation
Crowdin project is available! Visit: https://translate.thedesk.top
Development
to launch developer version with console(if close dev mode, you may press Ctrl+C twice.)
Strongly recommend to use yarn, not npm
git clone https://github.com/cutls/TheDesk
cd TheDesk/app
yarn install
yarn dev
Build
Strongly recommend to use yarn, not npm
git clone https://github.com/cutls/TheDesk
cd TheDesk/app
yarn install
yarn build
Options
Look at yarn build --help
Restriction with macOS build
Requires XCode(XCode Command Line Tools) to use iTunes NowPlaying
Built assets should be notarized after building by expensive Apple Developer user. To disable it, see app/build/notarize.js
(beta)
Programatic build
TheDesk builder has type declaration for TypeScript.
import build from './app/builder'
build()
PWA build
TheDesk is a web-based app, so you can run it on a browser. Of course, the main stream is as Electron. Some features won't work as well as Electron.
You can run yarn build:pwa
to build as PWA, including manifest.json
and the ServiceWorker.
You have to rename node_modules
to dependencies
to run as a web application. (restricted by Netlify, but always you should do to run as PWA)
Check the app on Chrome or Firefox: Here (it follows the master
branch, so not stable.)
Pleroma support
Did you find a bug with Pleroma accounts?
Pleroma does not follow Mastodon API rules completely although Pleroma developers say so.
Please write issues to improve TheDesk affinity with Pleroma.
Contributors
Build for macOS(Now: Travis CI)
Build for Linux(Now: Travis CI)
Fellow coder