question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

[experiment] a 32-bit build Desktop for Windows

See original GitHub issue

This issue is tracking the ability to build and test a 32-bit version of the app locally. This will mean users may be able to run Desktop on 32-bit Windows. This issue is not about shipping a 32-bit version of GitHub Desktop, as this is not planned based on the details we talked about at the time in #1214.

dugite and dugite-native now ship with a 32-bit Git package since https://github.com/desktop/dugite-native/pull/93, so this issue is tracking anything else platform-specific that blocks a 32-bit version of the app being built locally.

In particular:

  • our app/.npmrc is hard-coded to x64

https://github.com/desktop/desktop/blob/3f2084e1cb88a08abc9e5cf8123ef256a59096f8/app/.npmrc#L1-L4

This affects what native modules are used when installing dependencies locally.

I haven’t used a 32-bit version of Windows in years, so I’m not the person to lead this up, but if someone wants to have a go at this I’m happy to help answer questions about what they uncover as part of this process.

Issue Analytics

  • State:open
  • Created 5 years ago
  • Reactions:11
  • Comments:6 (2 by maintainers)

github_iconTop GitHub Comments

6reactions
dennisamelingcommented, Feb 3, 2020

@ahmelsayed Just tried your 32-bit build on Surface Pro X (this device can’t run x64 apps, only arm64 and x86 programs). Tested the following things:

  • Logged in with GitHub account
  • Cloned a repo
  • Committed a file
  • Pushed a file to GitHub

All works without any issues. This covers my basic usage scenario! Thanks! 😃

0reactions
winikisacommented, Oct 25, 2022

helo

Read more comments on GitHub >

github_iconTop Results From Across the Web

Microsoft Stops Releasing 32-Bit Windows 10 Builds for New ...
Existing 32-bit versions of Windows 10 are still supported and retail copies offered, but 32-bit is set to slowly disappear now.
Read more >
Should I still build a 32-bit version of my desktop app in 2020?
32-bit applications will run on both 32-bit and 64-bit versions of Windows, while 64-bit applications will only run on 64-bit versions of Windows....
Read more >
How to Upgrade Windows 10 32-Bit to 64-Bit - YouTube
If you have a desk. ... Windows 7 32 Bit To Windows 10 64 Bit - 2020 Free Upgrade - No Data Loss...
Read more >
Configure projects to target platforms - Visual Studio (Windows)
Visual Studio enables you to set up your application builds to target ... You can use any version of Visual Studio to target...
Read more >
How to compile 32-bit program on 64-bit gcc in C and C++
Well it would be a good option in terms of speed purposes. But it would lead to problem, if someone wants to run...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found