Stoat for Desktop – application for Windows, macOS, and Linux
Go to file
Jacob Schlecht f79b113da1
fix: What if we just reloaded every startup, would that kill cache? (#269)
Signed-off-by: Jacob Schlecht <dadadah@echoha.us>
2026-08-05 16:36:00 -06:00
.github/workflows chore: Add more ci/cd, fix broken windows build (#268) 2026-08-03 22:56:22 -06:00
.mise refactor: add mise, update electron-forge, add ci/cd workflow for lint (#252) 2026-07-24 16:00:44 -06:00
.vscode chore: try to get everything building 2025-10-08 17:28:30 +01:00
assets@bd432f2298 fix: use template icon for macOS tray, use higher res icons for other platforms (#130) 2026-02-17 20:36:25 +00:00
src fix: What if we just reloaded every startup, would that kill cache? (#269) 2026-08-05 16:36:00 -06:00
.eslintrc.json refactor: add mise, update electron-forge, add ci/cd workflow for lint (#252) 2026-07-24 16:00:44 -06:00
.gitignore feat: initial commit 2025-09-30 10:31:37 -05:00
.gitmodules feat: initial commit 2025-09-30 10:31:37 -05:00
.prettierrc feat: initial commit 2025-09-30 10:31:37 -05:00
.release-please-manifest.json chore(main): release 1.4.2 (#242) 2026-07-17 12:18:41 -06:00
CHANGELOG.md chore(main): release 1.4.2 (#242) 2026-07-17 12:18:41 -06:00
LICENSE chore: add LICENSE [skip ci] 2025-10-10 10:58:26 +01:00
README.md refactor: add mise, update electron-forge, add ci/cd workflow for lint (#252) 2026-07-24 16:00:44 -06:00
chat.stoat.StoatDesktop.desktop chore: add files to manage flathub details upstream (#104) 2026-02-17 19:04:04 +00:00
chat.stoat.StoatDesktop.metainfo.xml fix(flatpak): change screenshot path into an url in the metainfo file (#195) 2026-04-06 17:35:02 +01:00
default.nix chore: Nix, mise, CI configuration (#129) 2026-02-17 19:29:43 +00:00
forge.config.ts feat: Add flatpak build to release-please and update flatpak (#228) 2026-07-22 13:46:35 -06:00
forge.env.d.ts feat: initial commit 2025-09-30 10:31:37 -05:00
index.html feat: initial commit 2025-09-30 10:31:37 -05:00
package.json chore: Add more ci/cd, fix broken windows build (#268) 2026-08-03 22:56:22 -06:00
pnpm-lock.yaml chore: Add more ci/cd, fix broken windows build (#268) 2026-08-03 22:56:22 -06:00
pnpm-workspace.yaml chore: Add more ci/cd, fix broken windows build (#268) 2026-08-03 22:56:22 -06:00
release-please-config.json refactor: move publish.yml workflow into release please workflow (#29) 2025-12-29 18:05:26 +00:00
screenshot.png chore: add files to manage flathub details upstream (#104) 2026-02-17 19:04:04 +00:00
strings.ts feat: initial commit 2025-09-30 10:31:37 -05:00
tsconfig.json chore: try to get everything building 2025-10-08 17:28:30 +01:00
vite.main.config.ts feat: initial commit 2025-09-30 10:31:37 -05:00
vite.preload.config.ts feat: initial commit 2025-09-30 10:31:37 -05:00
vite.renderer.config.ts feat: initial commit 2025-09-30 10:31:37 -05:00

README.md

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.