2018-01-28 21:22:43 +09:00
# TheDesk
2018-08-10 00:18:35 +09:00
2019-05-19 16:39:30 +09:00
TheDesk Minami (19)はVueで書き直します(rewrite-vueブランチ参照)。18までのバージョンはTheDesk Kawaii (20)(仮称)以降で継続します。
2019-04-25 01:10:49 +09:00
2019-02-01 02:12:43 +09:00
[](https://travis-ci.org/cutls/TheDesk)
2019-05-19 16:39:30 +09:00
[](https://translate.thedesk.top/project/thedesk)
[](https://github.com/prettier/prettier)
[](https://github.com/cutls/TheDesk/pulls)
[](https://github.com/cutls/TheDesk/releases)
[](https://github.com/cutls/TheDesk/releases)

2018-08-05 13:35:48 +09:00
Mastodon/Misskey client for PC(Windows/Linux/macOS)
オープンソースSNSマストドン/MisskeyのWindows/Linuxクライアント
2018-02-18 14:43:11 +09:00
Download:[TheDesk ](https://thedesk.top )
2019-03-16 14:08:38 +09:00
### Contribute/コントリビュート
Please make a pull request to ** *WIP(before CI)*** brunch
***WIP(before CI)*** ブランチにプルリクエストをお願いします。
2018-09-18 00:02:32 +09:00
## License/ライセンス
2018-01-28 21:22:43 +09:00
2018-11-28 01:21:23 +09:00
[GNU General Public License v3.0 ](https://github.com/cutls/TheDesk/blob/master/LICENSE )
2018-11-28 01:21:52 +09:00
The icon is provided under [Creative Commons BY-NC-SA ](https://creativecommons.org/licenses/by-nc-sa/4.0/ )/アイコンは[クリエイティブ・コモンズ 表示-非営利-継承 ](https://creativecommons.org/licenses/by-nc-sa/4.0/ )で提供されています。
2018-11-28 01:21:23 +09:00
[Press Kit ](https://dl.thedesk.top/press/TheDesk+PressKit.zip )
2019-01-26 23:26:56 +09:00
2018-11-28 01:21:23 +09:00
* [PNG ](https://dl.thedesk.top/press/TheDesk.png )
* [Monotone SVG ](https://dl.thedesk.top/press/TheDesk.svg )
* [ico ](https://dl.thedesk.top/press/TheDesk.ico )
* [icns ](https://dl.thedesk.top/press/TheDesk.icns )
2019-04-15 00:45:04 +09:00
The default sound of notifications is provided [Creative Commons BY ](https://creativecommons.org/licenses/by/4.0/ )
2018-09-18 00:02:32 +09:00
## Terms of Use/利用規約
2018-12-16 16:17:52 +09:00
* [利用規約(Terms of Use(ja)) ](https://thedesk.top/tos.html )
* [プライバシーポリシー(Privacy Policy(ja)) ](https://thedesk.top/priv.html )
2018-01-28 21:22:43 +09:00
2018-07-30 02:35:29 +09:00
## Language/言語
2019-01-26 23:26:56 +09:00
* 日本語(Japanese)
* English(英語)
2018-07-30 02:35:29 +09:00
### Translation/翻訳
2018-08-05 12:36:23 +09:00
2019-01-26 23:26:56 +09:00
Crowdin project is available! Visit: https://translate.thedesk.top
2018-07-30 02:35:29 +09:00
2019-01-26 23:26:56 +09:00
Crowdinから翻訳に参加してみませんか? : https://translate.thedesk.top
2018-07-30 02:35:29 +09:00
2018-01-28 21:22:43 +09:00
## Requirement/環境
2019-01-26 23:26:56 +09:00
* Electron 3.0.10(install yourself)
* electron-dl(in package.json)
* Jimp(in package.json)
* font-manager(in package.json)
* Python 2.x(install yourself)
* VisualC++(Windows)(install yourself)
* itunes-nowplaying-mac(for macOS)(in package.json)
* node-notifier(in package.json)
* sumchecker(in package.json)
* Ability to read unformated files!(install yourself)
2018-01-28 21:22:43 +09:00
2019-03-20 20:11:03 +09:00
## Contributors/主なコントリビューター
2018-08-05 12:36:23 +09:00
macOSビルダー
2019-01-26 23:26:56 +09:00
* [とねぢ ](https://minohdon.jp/@toneji )
2018-08-05 12:36:23 +09:00
2019-01-13 11:05:41 +09:00
Linuxビルダー
2019-01-26 23:26:56 +09:00
* [ぽぷんじゃ ](https://popon.pptdn.jp/@popn_ja )
2019-01-13 11:05:41 +09:00
2019-03-20 20:11:03 +09:00
iTunes NowPlayingにアルバムアートワークを付けてくれた人
* [kPherox ](https://www.kr-kp.com/ )
2018-07-07 04:22:26 +09:00
## Build/ビルド
2018-08-05 12:36:23 +09:00
2018-07-30 20:26:06 +09:00
Misskey(misskey.xyz) application token is not in cutls/TheDesk
2019-04-14 00:09:35 +09:00
Misskey(misskey.xyz)のトークンは含まれておりません。
```sh
git clone https://github.com/cutls/TheDesk
cd TheDesk/app
npm install
npm install --only=dev
```
2019-04-13 01:54:33 +09:00
### electron-builder(推奨)
2019-04-14 00:09:35 +09:00
Use npm scripts.
npm scriptsを利用します
```sh
# Build for current platform
# 実行している環境向けにビルド
npm run build
# Select build target
# ターゲットを指定してビルド
## Windows
npm run build:win
## Windows and Linux (The macOS target should run on macOS. So, this option hasn't include the build for macOS)
## macOS向けのビルドにはmacOSで実行する必要があるためこのコマンドではビルドされません
npm run build:all
```
2019-04-13 01:54:33 +09:00
Config is all on package.json
ビルド設定はすべてpackage.jsonに記載しています。
### electron-packager(非推奨)
2019-01-26 23:26:56 +09:00
`npm install --save-dev electron-rebuild`
2018-07-30 20:26:06 +09:00
2018-12-16 23:01:25 +09:00
Linux/macOS
`./node_modules/.bin/electron-rebuild`
Windows
`.\node_modules\.bin\electron-rebuild.cmd`
To install Python 2.x and Visual C++ for Windows, before running `npm install --save-dev electron-rebuild`
WindowsでPython 2.xやVisualC++を一発でインストールできるツールもあります(`npm install --save-dev electron-rebuild` の前に)
`npm install --global windows-build-tools`
日本語話者向けですが、macOSビルドにはXCodeが要るとの情報があります。([とねぢ ](https://minohdon.jp/@toneji )氏談)
2018-07-07 04:22:26 +09:00
Windows
2019-02-27 10:17:35 +09:00
`electron-packager ./app TheDesk --executable-name="TheDesk" --app-copyright="Copyright (c) TheDesk 2018 Cutls.com 2015 All Right Reserved" --win32metadata.CompanyName="TheDesk&Cutls.com" --win32metadata.FileDescription="TheDesk" --win32metadata.OriginalFilename="TheDesk" --win32metadata.InternalName="TheDesk" --win32metadata.ProductName="TheDesk" --platform=win32 --arch=all --electron-version=4.0.5 --icon=.\app\thedesk.ico --overwrite`
2018-07-07 04:22:26 +09:00
Linux
2019-02-27 10:17:35 +09:00
`electron-packager ./app TheDesk --executable-name="TheDesk" --app-copyright="Copyright (c) TheDesk 2018 Cutls.com 2015 All Right Reserved" --platform=linux --arch=x64,ia32 --electron-version=4.0.5 --overwrite`
2018-07-07 04:22:26 +09:00
macOS
2019-02-27 10:17:35 +09:00
`electron-packager ./app TheDesk --executable-name="TheDesk" --app-copyright="Copyright (c) TheDesk 2018 Cutls.com 2015 All Right Reserved" --platform=darwin --arch=all --electron-version=4.0.5 --icon=./app/icon.icns --overwrite`
2018-07-07 04:22:26 +09:00
2019-02-01 01:30:25 +09:00
## 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.
Pleromaは、Mastodon APIとの互換性を謳っていますが、実際には様々な差異があり、TheDeskで不具合が発生することがあります。
Issuesに書いてある問題についてはなるべく対処しますので、ぜひお知らせください。
2018-01-28 21:22:43 +09:00
## See also/詳しく
2018-08-17 02:21:40 +09:00
[TheDesk - マストドン日本語ウィキ ](https://ja.mstdn.wiki/TheDesk )