The new beautiful, fluffy client for Mastodon in React + TypeScript
Hyperspace Desktop is a client for the fediverse, written in TypeScript and React. It allows users to socialize and communicate with their friends on ActivityPub-powered social networks like Mastodon and Pleroma. With a clean and customizable design, Hyperspace Desktop offers a responsive and streamlined experience for Mac users. Users can switch between accounts, customize themes, and utilize features such as a powerful toot composer with media uploads, emojis, and polls.
To install Hyperspace Desktop, follow these steps:
Download the necessary tools and packages:
Clone the repository from GitHub.
In the app directory, install all package dependencies by running the following command:
npm install
Testing Changes:
npm start
The server will be hosted at https://localhost:3000.
npm run electron:build
Building a Release:
npm run build
Building Desktop Apps:
npm run build:desktop-all
This will also run npm run build before building.
npm run build:win
npm run build:mac
Hyperspace Desktop is a desktop client for the fediverse that allows users to socialize and communicate on ActivityPub-powered social networks. With its clean and customizable design, users can browse timelines, switch between accounts, and utilize features such as a powerful toot composer. Installation instructions are provided for downloading and building Hyperspace Desktop on major desktop platforms.