standalone builds for other platforms

Open
#8 3 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
4/5
Estimated time
3-5 days
Newbie friendliness
42/100
Issue type
Feature
Clarity
Needs clarification
Activity status
Quiet
Tech stack
node.js, typescript
Domain
desktop, release

Research direction

Start with the documented pnpm install && pnpm build:standalone entry point and determine which additional standalone platform the issue is intended to support. Confirm how binaries for that platform are built and distributed; done means the selected platform has a distributable standalone binary.

Written by the indexing model from the issue text.

Description

enhancement

The VS Code plugin bundles node-pty, which includes binaries for x64 and ARM for all of mac/win/linux.

For the Standalone app, we distribute only the most popular architecture:

  • MacOS Apple Silicon
  • Win x64
  • Linux x64

If you want binaries for a different platform, you can clone this repo and run pnpm install && pnpm build:standalone and it will build whatever you need.

If you want us distirbute binaries for a standalone platform that we aren't right now, add a thumbs-up to the appropriate comment below.

Dominant language
TypeScript
Stars
5
Forks
1
Avg merge
18h 26m
Merged PRs (30d)
229

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from diffplug/dormouse

All issues in diffplug/dormouse

Similar issues

More TypeScript issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.