2026-07-24 16:00:44 -06:00
2025-09-30 10:31:37 -05:00
2025-09-30 10:31:37 -05:00
2025-09-30 10:31:37 -05:00
2026-07-17 12:18:41 -06:00
2025-09-30 10:31:37 -05:00
2025-09-30 10:31:37 -05:00
2025-10-10 10:58:26 +01:00
2025-09-30 10:31:37 -05:00
2025-09-30 10:31:37 -05:00
2025-09-30 10:31:37 -05:00
2025-09-30 10:31:37 -05:00

Stoat for Desktop

Stars Forks Pull Requests Issues Contributors License

Application for Windows, macOS, and Linux.

Installation

Packaging status
  • All downloads and instructions for Stoat can be found on our Website.

Development Guide

Contribution guidelines for Desktop app TBA!

Before getting started, you'll want to install:

Then proceed to setup:

# clone the repository
git clone --recursive https://github.com/stoatchat/for-desktop stoat-for-desktop
cd stoat-for-desktop

# Install tools from mise
mise install

# install all packages
mise install:frozen

# start the application
mise dev
# ... or build the bundle
mise build
# ... or build all distributables
mise make

Various useful commands for development testing:

# connect to the development server
mise exec -- pnpm start -- --force-server http://localhost:5173

# test the flatpak (after `make`)
mise exec -- pnpm install:flatpak
mise exec -- pnpm run:flatpak
# ... also connect to dev server like so:
mise exec -- pnpm run:flatpak --force-server http://localhost:5173

# Nix-specific instructions for testing
pnpm package
pnpm run:nix
# ... as before:
pnpm run:nix --force-server=http://localhost:5173
# a better solution would be telling
# Electron Forge where system Electron is

Pulling in Stoat's assets

If you want to pull in Stoat brand assets after pulling, run the following:

# update the assets
mise assets

Currently, this is required to build, any forks are expected to provide their own assets.

S
Description
Stoat for Desktop – application for Windows, macOS, and Linux
Readme AGPL-3.0 4.7 MiB
Latest
2026-02-18 04:09:14 -05:00
Languages
TypeScript 92.3%
Shell 3.2%
Nix 3.1%
HTML 0.9%
CSS 0.5%