Skip to content

feat: add build-binary target to Makefile and implement build script for multiple platforms#11

Open
BingqingLyu wants to merge 24 commits into
mainfrom
fork-pr-302-release
Open

feat: add build-binary target to Makefile and implement build script for multiple platforms#11
BingqingLyu wants to merge 24 commits into
mainfrom
fork-pr-302-release

Conversation

@BingqingLyu

@BingqingLyu BingqingLyu commented Apr 27, 2026

Copy link
Copy Markdown
Owner

TLDR

use bun to build single executable application.

Testing Matrix

🍏 🪟 🐧
npm run
npx
Docker
Podman - -
Seatbelt - -

Linked issues / bugs

2niuhe and others added 24 commits August 12, 2025 23:20
- Replace 'tiktoken' with '*.wasm' in esbuild external dependencies.
- Add logic to handle different execution environments (Node vs Bun) in relaunchAppInChildProcess.
- Update Bun build command to version 1.3.4.
- Implement copying of tiktoken wasm file to the distribution directory.
Resolved conflict in esbuild.config.js by keeping '*.wasm' in external array

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
@BingqingLyu BingqingLyu added conflicting-group-1 conflicting-group-1 Conflicting PR group 1 — review as a batch conflicting-pr Shares at least one cross-PR dependency with other PRs and removed conflicting-group-1 labels May 7, 2026
@BingqingLyu

BingqingLyu commented May 7, 2026

Copy link
Copy Markdown
Owner Author

Conflict Group 1

This PR shares modified functions with 1 other PR(s): #94.

These PRs should be reviewed as a batch — merging one may affect the others.

Function File Also modified by
relaunchAppInChildProcess relaunch.ts #94
graph LR
    PR11["PR #11"]
    FrelaunchAppInChildProcess_6506["relaunchAppInChildProcess<br>relaunch.ts"]
    PR11 -->|modifies| FrelaunchAppInChildProcess_6506
    PR94["PR #94"]
    PR94 -->|modifies| FrelaunchAppInChildProcess_6506
Loading

Posted by codegraph-ai conflict detection.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

conflicting-group-1 Conflicting PR group 1 — review as a batch conflicting-pr Shares at least one cross-PR dependency with other PRs

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Feature Request: Support creating single executable application(SEA).

2 participants