1
0
mirror of https://github.com/rhysd/Mstdn.git synced 2025-01-20 19:52:10 +01:00
2017-04-15 17:05:32 +09:00
2017-04-15 14:06:14 +09:00
2017-04-15 17:05:32 +09:00
2017-04-15 17:05:32 +09:00
2017-04-15 14:06:14 +09:00
2017-04-15 14:11:41 +09:00
2017-04-15 16:32:44 +09:00
2017-04-15 17:05:32 +09:00
2017-04-15 14:11:41 +09:00
2017-04-15 14:11:41 +09:00

Web-based Desktop Client for Mastodon

Features:

  • Small window on your menubar (or isolated window)
  • Desktop notification
  • Customizable shortcut keybinds
  • Multi-account

Mastodon is an open source project. So if you want to make a new UI, you can just fork the project, implement your favorite UI and host it on your place. Then you can participate Mastodon networks from it.

However, Mastodon is a web application. So we can't go out from a browser. So this small tool provides a way to do it.

Installation

Via npm

$ npm install -g mstdn
$ open-mstdn-app

As an isolated app

Download a package archive from Release page (not yet), put unarchived app to proper place, and open it.

Usage

To be written.

Customization

Mstdn can be customized with JSON config file at {app dir}/config.json

The {app dir} is:

  • ~/Library/Application\ Support/Mstdn for macOS
  • ~/.config/Mstdn for Linux
  • %APPDATA%\Mstdn for Windows.

Multi account

Description
Mstdn is a desktop application based on the mobile version of the Mastodon page and the Electron framework.
Readme MIT 668 KiB
Languages
TypeScript 93.3%
Shell 4.1%
JavaScript 1.6%
Ruby 1%