Skip to content

Conversation

@Kvadratni
Copy link
Contributor

@Kvadratni Kvadratni commented Jan 29, 2025

image

UPDATE Feb 3 2025

CLI should work native in CMD or powershell with some visual artifacts
UI starts but has errors which prevent chat from loading ( under investigation)

update Feb 4 2025

We have a functional app. Some bugs possible but it mostly works

Run instructions

(I used Windows package manager winget for these steps but can install however you want)

  1. Install Github Desktop winget install -e --id GitHub.GitHubDesktop
  2. Install Docker Desktop winget install -e --id Docker.DockerDesktop
  3. Install NVM winget install -e --id CoreyButler.NVMforWindows
  4. Install Just winget install -e --id Casey.Just
  5. Log out of computer and log back in
  6. Start Docker
  7. Run nvm install node and then nvm use 23
  8. From admin powershell Set-ExecutionPlocy –scope CurrentUser RemoteSigned
  9. Then clone the goose repo window branch, and then just run just run-ui-windows from git-bash.

@Kvadratni Kvadratni force-pushed the mnovich/goose-windows branch from f6151bc to 5223359 Compare January 29, 2025 06:26
@Kvadratni Kvadratni marked this pull request as ready for review January 29, 2025 06:27
@Kvadratni Kvadratni force-pushed the mnovich/goose-windows branch 2 times, most recently from f7e925a to 1d9bc65 Compare January 29, 2025 18:56
@Kvadratni Kvadratni force-pushed the mnovich/goose-windows branch 15 times, most recently from 78c269e to 2184ae7 Compare February 4, 2025 21:56
@Kvadratni Kvadratni changed the title feat: goose windows (highly WIP) feat: goose windows Feb 5, 2025
@Kvadratni Kvadratni force-pushed the mnovich/goose-windows branch 5 times, most recently from 2bd79a0 to ea709eb Compare February 5, 2025 17:17
@Kvadratni
Copy link
Contributor Author

.bundle

@github-actions
Copy link
Contributor

github-actions bot commented Feb 5, 2025

Desktop App for this PR

The following build is available for testing:

After downloading, unzip the file and drag the Goose.app to your Applications folder. The app is signed and notarized for macOS.

This link is provided by nightly.link and will work even if you're not logged into GitHub.

@Kvadratni Kvadratni force-pushed the mnovich/goose-windows branch from 8f7675a to 8877d1d Compare February 10, 2025 22:35
@Kvadratni Kvadratni merged commit cfd3ee8 into main Feb 10, 2025
6 checks passed
@Kvadratni Kvadratni deleted the mnovich/goose-windows branch February 10, 2025 23:05
laanak08 pushed a commit that referenced this pull request Feb 13, 2025
Co-authored-by: Ryan Versaw <ryan@versaw.com>
ahau-square pushed a commit that referenced this pull request May 2, 2025
Co-authored-by: Ryan Versaw <ryan@versaw.com>
cbruyndoncx pushed a commit to cbruyndoncx/goose that referenced this pull request Jul 20, 2025
Co-authored-by: Ryan Versaw <ryan@versaw.com>
@cgwalters
Copy link
Contributor

Hi, this pull request seems to have added a 45M precompiled Windows executable:

$ file uv.exe
uv.exe: PE32+ executable for MS Windows 6.00 (console), x86-64, 6 sections

This isn't the first precompiled binary added to this repository even: #3340

There's many reasons this is a bad idea. I think we need a CI gate against this.

cc @michaelneale

@cgwalters
Copy link
Contributor

Honestly what Github really should do by default is not hide 40+MB of data in the review behind "Binary file not shown" - it should actually make reviewers scroll through rendered hexdump or something at least and that'd help create a sense of wrongness...

@DOsinga
Copy link
Collaborator

DOsinga commented Dec 9, 2025

yup agree. we've been working on making this all more sensible but it's been slow going /cc @jamadeo

@cgwalters
Copy link
Contributor

➡️ #6031

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.