TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Shrinkray: Lightweight alternative to Electron

41 pointsby letalvojabout 8 years ago

5 comments

csheppabout 8 years ago
I'm not sure that you can call this an "alternative" to Electron if it only supports macOS. I think the main selling point of Electron is the ability to build cross-platform GUI apps, which Shrinkray doesn't provide.
评论 #14306766 未加载
prophesiabout 8 years ago
How does this compare with Electrino, which was on top of Hacker News a few days ago? <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=14260755" rel="nofollow">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=14260755</a><p>And I have to agree with other commenters that this will only truly be an alternative if it could be cross-platform. It seems cross-platform support is possible (by using each OS&#x27;s own browser runtime), but then you&#x27;d have discrepancies between platforms which takes us back to square one.
评论 #14301055 未加载
AshleysBrainabout 8 years ago
As far as I can tell it&#x27;s just a web view wrapper for desktop. It&#x27;s missing all the node features that Electron or NW.js add, which makes me wonder... why not just run it in a browser like normal?
ishtuabout 8 years ago
It is not lightweight, it just takes less disk space.
评论 #14301125 未加载
david90about 8 years ago
Seems that we start to find Electron heavy-weight a problem.