TE
TechEcho
StartseiteTop 24hNeuesteBesteFragenZeigenJobs
GitHubTwitter
Startseite

TechEcho

Eine mit Next.js erstellte Technologie-Nachrichtenplattform, die globale Technologienachrichten und Diskussionen bietet.

GitHubTwitter

Startseite

StartseiteNeuesteBesteFragenZeigenJobs

Ressourcen

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. Alle Rechte vorbehalten.

Show HN: I rewrote my Mac Electron app in Rust

594 Punktevon katrinarodrivor 6 Tagen
A year ago, my co-founder launched Desktop Docs here on HN. It&#x27;s a Mac app we built with Electron that uses CLIP embeddings to search photos and videos locally with natural language. We got positive feedback from HN and our first paying customers, but the app was almost 1GB and clunky to use.<p>TLDR; rebuilding in Rust was the right move.<p>So we rewrote the app with Rust and Tauri and here are the results:<p>- App size is 83% smaller: 1GB → 172MB - DMG Installer is 70% smaller: 232MB → 69.5MB - Indexing files is faster: A 38-minute video now indexes in ~3 minutes instead of 10-14 minutes - Overall more stability (old app used to randomly crash)<p>The original version worked, but it didn&#x27;t perform well when you tried indexing thousands of images or large videos. We lost a lot of time struggling to optimize Electron’s main-renderer process communication and ended up with a complex worker system to process large batches of media files.<p>For months we wrestled with indecision about continuing to optimize the Electron app vs. starting a full rebuild in Swift or Rust. The main thing holding us back was that we hadn’t coded in Swift in almost 10 years and we didn’t know Rust very well.<p>What finally broke us was when users complained the app crashed their video calls just running in background. I guess that’s what happens when you ship an app with Chromium that takes up 200mb before any application code.<p>Today the app still uses CLIP for embeddings and Redis for vector storage and search, except Rust now handles the image and video processing pipeline and all the file I&#x2F;O to let users browse their entire machine, not just indexed files.<p>For the UI, we decided to rebuild it from scratch instead of porting over the old UI. This turned out well because it resulted in a cleaner, simpler UI after living with the complexity of the old version.<p>The trickiest part of the migration was learning Rust. LLMs definitely help, but the Rust&#x2F;Tauri community just isn’t as mature compared to Electron. Bundling Redis into the app was a permissioning nightmare, but I think our solution with Rust handles this better than what we had with Electron.<p>All in, the rebuild took about two months and still needs some more work to be at total parity with its Electron version, but the core functionality of indexing and searching files is way more performant than before and that made it worth the time. Sometimes you gotta throw away working code to build the right thing.<p>AMA about Rust&#x2F;Tauri migration, Redis bundling nightmares, how CLIP embeddings work for local semantic search, or why Electron isn&#x27;t always the answer.

80 comments

yojovor 6 Tagen
I recently went the other way (started a project in Tauri, moved to Electron) because of frustration with rendering differences between the web views employed on different platforms. Have you run into any cross platform UI bugs since you switched?<p>It looks like your UI needs are pretty simple while computation is complex so the extra QA tradeoff would still be worth it for you. I&#x27;m just wondering if my experience was unusual or if rendering differences are as common as they felt to me.<p>Also, did you go Tauri 2.0 or 1.0? 2.0 released its first stable release while I was mid-stream on v1, and migration was a nightmare&#x2F;documentation was woefully inadequate. Did they get the docs sorted out?
评论 #44118991 未加载
评论 #44118478 未加载
评论 #44118453 未加载
评论 #44119245 未加载
评论 #44118542 未加载
评论 #44119185 未加载
评论 #44120960 未加载
评论 #44118445 未加载
评论 #44119779 未加载
评论 #44119205 未加载
评论 #44121657 未加载
评论 #44118338 未加载
评论 #44119732 未加载
评论 #44119810 未加载
platevoltagevor 6 Tagen
I did the same thing with one of my projects. I built a simple webcam viewer that is optimized for USB microscopes as I couldn&#x27;t find anything out there for this purpose. Basically all of the functionality was implemented in the renderer. As I was planning for App Store submission, I realized that a 500mb webcam viewer might not be the best thing. I decided to port it to Tauri V2 and got it down to about 15mb.
评论 #44121034 未加载
评论 #44120113 未加载
评论 #44125375 未加载
zalebzvor 6 Tagen
I&#x27;m neither a Mac uset nor is our team exploring a Rust rewrite ... however I appreciate this post. This is what I hope for from &quot;Show HN&quot;, a just long enough summary of technical tradeoffs required to solve a real-world problem for a relatable small business (admittedly that part is an assumption). Thank you for sharing your experience.
评论 #44118635 未加载
sillyboivor 6 Tagen
It would be great to see an up-to-date benchmark comparing modern cross-platform frameworks like Tauri, Flutter, Electron, React Native, and others.<p>Key metrics could include:<p>- Target bundle size<p>- Memory usage (RAM)<p>- Startup time<p>- CPU consumption under load<p>- Disk usage<p>- e.t.c.<p>Additionally, for frameworks like Tauri, it would be useful to include a WebView compatibility matrix, since the rendering behavior and performance can vary significantly depending on the WebView version used on each platform (e.g., macOS WKWebView vs. Windows WebView2, or Linux GTK WebKit). This divergence can affect both UI fidelity and performance, so capturing those differences in a visual format or table could help developers make more informed choices.
评论 #44120552 未加载
评论 #44123615 未加载
评论 #44119612 未加载
pier25vor 6 Tagen
At a previous company we maintained a desktop electron app for Windows and macOS. It was super bloated though and updates with Squirrel were a pain.<p>We kept the GUI as a web spa app (using Inferno) and wrote two small native apps with C# and Swift that would load a webview and other duties. App download size and memory consumption was reduced by like 90%. We also moved distribution and updates to the app stores of each platform.<p>It was a great decision.
评论 #44119365 未加载
评论 #44119343 未加载
jdprgmvor 6 Tagen
- &quot;Try&quot; on the main LP call to action implies there is an available trial but just leads to a buy page. You really should have a trial, even something like just 1 week.<p>- Fan of the perpetual fallback licensing. Though $99 is a high barrier but i&#x27;m guessing you are targeting more creators&#x2F;studios vs a more general consumer target (would think more like $20-25 for general consumer).<p>- You mention performance in this post but not at all on the landing page. The 38 minute video in the minutes would be very important to know for many potential customers. Would want benchmarks on various machines and info like parallel task processing, impact of and requirements around vram, etc. I would want an insight into what processing hundreds to thousands of hours of video is going to look like.<p>- I am curious how (and shocked) that electron itself was somehow responsible for a processing bottleneck going from 10-14 minutes to 3 minutes. Wasn&#x27;t electron just responsible for orchestrating work to CLIP and likely ffmpeg? How was so much overhead added?<p>- I built (but never released) a similar type media search tool but based on transcriptions in Electron and didn&#x27;t run into many performance issues<p>- Usually a lot of the motivation for building in Electron in the first place (or Tauri) would be cross platform, why mac only (especially for something like bulk media processing where nvidia can shine)<p>- I too recently went down the path of hadn&#x27;t coded in Swift in 10 years and also investigated Tauri. I opted for Swift (for a new app not a re-write of something) and it has been mostly a pleasure so far and a dramatic improvement compared to my last swift app from around 2014 or so)<p>- If the LP section about active users is true it sounds like you&#x27;ve already found some modest success (congrats). Did you already have relationships&#x2F;audience around the studio&#x2F;creator space? Would be interested to hear about the marketing
评论 #44119270 未加载
JohannMacvor 6 Tagen
Given your destination was the Mac app, why not Swift&#x2F;SwiftUI rather than Rust&#x2F;Tauri? Just curious is all.
评论 #44118203 未加载
评论 #44118219 未加载
评论 #44118245 未加载
abvdaskervor 6 Tagen
Honest curiosity — why did you choose a service like Redis over a more straightforward embedded solution like SQLite? In my head Redis seems better suited to distributed solutions but I&#x27;ve never actually built a desktop application so I&#x27;m probably speaking from ignorance.
评论 #44130549 未加载
sturgesvor 6 Tagen
I write a lot of small internal tools to enable my team to work more efficiently. I&#x27;ve traditionally used WinForms, but recently tried using WinUI3. Disaster. Not even close to ready. After that, switched to just using React, uploading to an Azure static site, and adding Tauri if someone really wants an executable. Finding what you&#x27;re finding--Tauri gets you most of the way there and comes with a much smaller file size than its competitors. Really nice to be able to ship the same code for the web and desktop without shipping Chrome again in the binary.
评论 #44120378 未加载
评论 #44133848 未加载
评论 #44119671 未加载
评论 #44121959 未加载
dotancohenvor 6 Tagen
How did you settle on Tauri, as opposed to e.g. egui? Is it because of the experience with Electron?<p>I&#x27;m dragging my feet about porting my Python Qt app to Rust, because I feel that no Rust GUI library is as rich as Qt and I know that I&#x27;ll get stuck with that at some point.
评论 #44122485 未加载
评论 #44121010 未加载
schappimvor 6 Tagen
+1 for using Tauri over Electron. I&#x27;ve been using it for my MCP marketplace and management app[1], and it&#x27;s been excellent. Having previously used only Electron, I was surprised by how much smaller the binaries are. Performance also feels noticeably faster.<p>The only challenge was my lack of familiarity with Rust. Even if you&#x27;re starting off with a &quot;JS first app&quot;, Tauri often requires dropping into Rust for anything even slightly native, such as file system access (eg. managing config files for Claude, Witsy, or code editors), handling client lifecycle actions like opening, closing, and restarting, or installing local MCP servers.<p>1. <a href="https:&#x2F;&#x2F;ninja.ai" rel="nofollow">https:&#x2F;&#x2F;ninja.ai</a>
willchenvor 6 Tagen
I recently built an Electron app (<a href="http:&#x2F;&#x2F;dyad.sh&#x2F;" rel="nofollow">http:&#x2F;&#x2F;dyad.sh&#x2F;</a>) and I looked at other options like Tauri, but Electron has such a mature ecosystem (e.g. <a href="https:&#x2F;&#x2F;www.electronforge.io&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.electronforge.io&#x2F;</a>) that I was able to ship a cross-platform app in a couple weeks (Mac+Windows) and then adding Linux support was pretty trivial.<p>The only downside from my point of view is the large installer size for Electron apps, but it hasn&#x27;t been a big issue for our users (because they will need to download quite a bit of other stuff like npm packages to actually build apps with dyad)
评论 #44128514 未加载
ebrynnevor 6 Tagen
I love the idea of wha this app is doing, and so many of the options in this space are laggy and painful, so I&#x27;m very interested in this rewrite. That said, as a photographer a lot of my media is stored as RAWs, and it&#x27;s not clear whether that&#x27;s supported (or perhaps its exclusion from the list of &quot;all major image and video formats&quot; suggests that it&#x27;s not)?<p>Does your product have docs&#x2F;a support forum&#x2F;other place these kinds of details would be covered?
评论 #44122337 未加载
mukeshsonivor 6 Tagen
I have built something similar but only for photos - <a href="https:&#x2F;&#x2F;viroop.com" rel="nofollow">https:&#x2F;&#x2F;viroop.com</a>. It is free for now. You have to run this command on the extracted app for MacOS to not show you the dreaded &quot;App is damaged&quot; dialog - `xattr -d com.apple.quarantine Viroop.app`.<p>My app is built with tauri too. It supports all kinds of images - - JPEG - PNG - TIFF - WEBP - BMP - ICO - GIF - AVIF - HEIC&#x2F;HEIF and RAW images from various camera manufacturers.<p>The image reading and processing (for exporting images) is all done on the rust side. These are the crates i use - image - libheif-rs -&gt; to read HEIF&#x2F;HEIC images - rawler -&gt; to read JPEGs embedded inside RAW images - libraw -&gt; to convert RAW images to JPEGs and PNGs - rexiv2 -&gt; to read image exif data<p>I use the candle crate to download the CLIP model and generate index pairs for images. I store the faiss indexes in a file on the file system.<p>I am using the app personally for about a month and it feels amazing to use something you have built yourself.<p>I hope to add an image editor to the app in the future so that I have my own app management and editing software which is enough for my ametuer needs.<p>Any kind of feedback would be most welcome.
whatevermomvor 6 Tagen
Why embed Redis ? What feature do you need from Redis so bad that you need to embed it? Maybe you could just use Rust and have something performant without adding complexity?
评论 #44119374 未加载
评论 #44119851 未加载
tcshitvor 6 Tagen
As a C++ developer I shrug at those size numbers, but I’m glad you are a happy with Rust.
评论 #44118933 未加载
评论 #44118644 未加载
评论 #44118477 未加载
评论 #44122593 未加载
评论 #44118793 未加载
devwastakenvor 6 Tagen
You didnt rebuild in Rust. you built a wrapper around a Webview. that webview still uses the same resources as if youd have used webkit directly.<p>your application is now at the whim of version breaks by the OS browser.
TheMiddleManvor 6 Tagen
Very nice. I&#x27;ve been trying to find an image duplicate detection algorithm&#x2F;system that suits my use-case for a while. Your app seems promising, however, I&#x27;m not willing to pay $99 just to see if it works with my (uniquely challenging) duplicate images.<p>After realizing there was no demo I was looking for a way to contact you directly with a few sample images, but can&#x27;t find contact information on the website.<p>Consider adding a demo and contact info.<p>Otherwise, the app is looking solid. This seems like a great use of AI.
评论 #44119140 未加载
评论 #44118529 未加载
gen2brainvor 6 Tagen
The UI appears simple enough to be implemented in any desktop GUI library. Why did you decide on using web technologies? Is it because of the libraries you are using in the app?
评论 #44120742 未加载
gozzoovor 6 Tagen
Isn&#x27;t such app best implmented with some cross platform framework like flutter? It has support for all major desktop OSes and at leqast the examples run very smooth.
评论 #44121036 未加载
评论 #44118942 未加载
dev_l1x_bevor 6 Tagen
This whole thread reads like it is really bad idea to use webtech for desktop applications.
评论 #44120793 未加载
评论 #44122973 未加载
评论 #44120646 未加载
评论 #44120391 未加载
mentosvor 6 Tagen
Just curious did you guys give any thought to writing the core processing work in a separate Rust solution that your Electron app could call into?
评论 #44121462 未加载
评论 #44118458 未加载
inlinestyle_itvor 5 Tagen
Long time ago we worked on a similar concept. A framework to build native applications via plain HTML&#x2F;Javascript files with support for invoking native code: <a href="https:&#x2F;&#x2F;axemas.readthedocs.io&#x2F;en&#x2F;latest&#x2F;" rel="nofollow">https:&#x2F;&#x2F;axemas.readthedocs.io&#x2F;en&#x2F;latest&#x2F;</a><p>At the time the native part was the reason why the project never caught up, people preferred pure JS solutions even though they were much more limited and worse performing. Do you think that Tauri will actually be able to catch up even though it requires Rust knowledge which is far from being an easy language?
mac-mcvor 6 Tagen
How much of it was the UI, and how much of was the non-ux code? Could&#x27;ve you achieved many of the same gains by creating a local backend in rust for things like indexing and leaving the UI as a more lightweight electron app while saving a lot more time in a rewrite? How much dev time was the UX rewrite compared to the backend rewrite?
评论 #44120161 未加载
antirezvor 2 Tagen
Please note that Redis 8 supports vector sets as a native type without building any module. And the API is very simple to use. This may simplify the building &#x2F; bundling process perhaps.
imhoguyvor 6 Tagen
Inspiring! It seems Electron has proved it&#x27;s value for the v1 MVP anyway. And then Rust has cemented the already proven functional value.<p>I don&#x27;t know a technical details but maybe Sqlite would be the best next step of slim down?<p>I noticed screenshots on the page are displayed croped on Chrome Android (yeah I know).
terhechtevor 6 Tagen
Why did you bundle Redis and not use one of the many key value libraries available for Rust (or even sqlite)?
评论 #44119166 未加载
评论 #44119177 未加载
Abishek_Muthianvor 6 Tagen
Congratulations on the rewrite and launch!<p>1. Did you consider WAILS(Go)?<p>2. Did you consider ColPali ?<p>3. Are you planning to launch for other platforms (Linux&#x2F;Windows) if so how are planning to achieve self-updates &amp; signing the binary to prevent false detections from AV.<p>Thank you.
porphyravor 6 Tagen
How do you run CLIP in Rust? I&#x27;m still not sure what the best inference stack on Rust is --- I tried onnxruntime bindings in Rust a few years ago and it was rather finicky to work with.
评论 #44118221 未加载
评论 #44118276 未加载
southpvor 6 Tagen
What an amazing achievement. From the outcome, it sounds like all the hardwork has paid off. Congratulations :)<p>How have the users perceived the new version so far? Are there positive feedback? Any new complaints due to the parity issues? Or in general, how is your team measuring success of the UI? From the post, it sounds like the users have a way to provide feedback and your team has a way to engage with them, which is wonderful. So I&#x27;m curious to learn.
zer00eyzvor 6 Tagen
&gt; Redis for vector storage ... Redis bundling nightmares<p>Im super curious why you picked Redis over something more typical (SQLite springs to mind)<p>What was the advantage of doing this that made it worth the pain?
评论 #44118785 未加载
aavshrvor 6 Tagen
Great work, I can imagine how interesting the migration went. Why are you using Redis if I may ask? Was something like sqlite not enough? What are your biggest challenges with Tauri?<p>I also work with an Electron app and we also do local embeddings and most of the CPU intensive work happens in nodejs addons written in Rust and using Neon (<a href="https:&#x2F;&#x2F;neon-rs.dev" rel="nofollow">https:&#x2F;&#x2F;neon-rs.dev</a> very grateful for this lib). This is a nice balance for us.
评论 #44120144 未加载
kunleyvor 5 Tagen
Any effort to get rid of the Electron bloat is great.
ttoinouvor 6 Tagen
OT but I would love to have a trial to test this before purchasing. But nice product idea I have this kind of issues dealing with my photos and videos.<p>And how come you don&#x27;t charge any VAT or GST ?<p><pre><code> &gt; Do you offer refunds? Once you download Desktop Docs it&#x27;s yours forever, so it&#x27;s non-refundable. </code></pre> Hum it&#x27;s not really common to not offer refunds for software licenses. And you might have chargebacks anyways.
capybavor 6 Tagen
I’ve been trying to build a desktop app in Rust+egui but as a Rust newbie (and desktop app newbie in general) I’ve found it really difficult to learn so many concepts at once. My work centers around mechanical engineering analysis tools which require high perf backend and data visualization on the front end. With Tauri did you find it difficult to maintain multiple stacks (rust, js, html, etc)?
minimaxirvor 6 Tagen
&gt; Today the app still uses CLIP for embeddings<p>Have you investigated multimodal embeddings from other models? CLIP is out of date, to put it mildly.
评论 #44118619 未加载
joshterrillvor 6 Tagen
I&#x27;m curious how you&#x27;re implementing the image similarity matching. I recently reverse engineered the Apple Neural Hash model and wrote an API to use it in my app for doing image similarity calculations. I found it to be extremely quick compared to some of the other more computationally intensive methods that I was trying to use before.
评论 #44120180 未加载
bredrenvor 6 Tagen
Would you please describe your adoption of LLMs in achieving this task in detail? For example, specific tooling at code-completion, web-chat and any other modalities?<p>Any lessons learned, particularly to leveraging LLMs to complete this transition could give a boost to people contemplating leaving electron behind or even starting a new project with Tauri.
xbryanxvor 6 Tagen
Very nice!<p>What were your most valuable resources when moving from Electron to Tauri?<p>Are there any guides out there on the equivalencies between the two systems?
GardenLetter27vor 6 Tagen
Tauri isn&#x27;t really fully cross-platform in the same way as Electron due to the issues with webkit-gtk, etc. though.
评论 #44118668 未加载
binarymaxvor 6 Tagen
Looks awesome. I work closely with Multimodal search and have had trouble porting CLIP to ONNX and other formats due to the lack of multi-head attention operators. Are you using Python for the CLIP inference, or did you manage to port it to a format hostable in a Rust or C&#x2F;C++ inference runtime?
评论 #44120817 未加载
laurent123456vor 6 Tagen
Is that macOS and Apple Silicon only? In this case indeed it&#x27;s a no-brainer not to use Electron (why even use it in the first place?). If you ever want to support Intel processors, Linux and its many variants and Windows that will be a different story.
cerlo_teamvor 6 Tagen
Really like your approach! Local-first and clean UI makes a big difference. We&#x27;re building a social media tool with similar values—more account support and personal profile compatibility. RSS deserves this kind of revival. Keep it up!
easy_devvor 6 Tagen
Thank you for sharing such a rare experience. I&#x27;m also looking into building a Tauri production app, and I&#x27;m curious about how you handled authentication. Are there any helpful documents or resources you could recommend?
Ikryanovvor 5 Tagen
You could have just write the performance critical part of your Electron app using C++ and native node module and achieve the same performance improvements. You actually did it, but using Rust instead of C++.
legucyvor 5 Tagen
This seems like the type of thing that LLMs would be great at, since you already have a fully specified application (all requirements and details worked out). Has anyone attempted something like this?
评论 #44128486 未加载
the__alchemistvor 6 Tagen
Why Mac specifically? Context: I do a lot of GUI application work in rust, and have never had to make a program OS-specific. There are quirks with CUDA, and CPU architecture if using SIMD, but they can be feature-gated out, or detected at runtime.
评论 #44118740 未加载
jjcmvor 6 Tagen
Would you be willing to upload a basic template repo of your architecture? I&#x27;m very interested in this, and would love to see how you organized your project.<p>Another question - how long did it take for you to rewrite your app?
评论 #44120261 未加载
energy123vor 6 Tagen
&gt; The trickiest part of the migration was learning Rust. LLMs definitely help, but the Rust&#x2F;Tauri community just isn’t as mature compared to Electron.<p>Can you recommend useful resources?
kirubakaranvor 6 Tagen
Launch post:<p>Show HN: I made a Mac app to search my images and videos locally with ML<p><a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=40371467">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=40371467</a><p>May 15,2024 | 173 comments
评论 #44118552 未加载
DaSexiestAlivevor 5 Tagen
May I ask if you had tried Neon (ostensibly a Rust-Electron bridge)? I was curious if perhaps Neon had failed you or something..
avinasshvor 6 Tagen
&gt; Indexing files is faster: A 38-minute video now indexes in ~3 minutes instead of 10-14 minutes<p>can you explain how indexing is done and how rust helped in this case?
NeroVanbiervvor 6 Tagen
I would be willing to pay for this if it were available for Linux! Main use case: searching through my years of screenshots
评论 #44118424 未加载
ubermonkeyvor 5 Tagen
I&#x27;m 100% on board for abandoning Electron as often as possible.
maz1bvor 6 Tagen
What was the most surprising thing you saw or learned in this rewrite process?
评论 #44118906 未加载
jeffchubervor 6 Tagen
id be super curious to see if Chroma (written in Rust) can work better here!
melodyogonnavor 5 Tagen
I wonder why it wasn&#x27;t written in Swift. I mean, if you want to make an app targeting a specific platform and willing to invest time into a native language, might as well use the platform&#x27;s official native language.
评论 #44126233 未加载
kaiwenwangvor 6 Tagen
Reminds me of eagle.cool, think they will add in AI search soon too
als0vor 6 Tagen
The people who make Microsoft Teams should learn from this.
rootnod3vor 6 Tagen
”but the app was almost 1GB &quot;<p>I mean, I knew Electron was heavy, but holy cow that is HEAVY. No wonder that despite CPUs getting fast and RAM being 10x the size it used to be that software keeps feeling slower than ever. So you weren&#x27;t talking RAM size, you were talking the size of the app itself? 1GB? That used to be the size for AAA games.
评论 #44121164 未加载
Lieneticvor 6 Tagen
After this experience, do you think you&#x27;ll ever build anything in the future with Electron? When do you think Electron is actually the right choice (if at all)?
评论 #44121041 未加载
dzongavor 6 Tagen
please write more about how you embedded redis in either electron or rust.<p>this is good work &amp; massive. nicely done
评论 #44118763 未加载
meindnochvor 6 Tagen
Out of the frying pan into the fire.
评论 #44120402 未加载
modzuvor 6 Tagen
i built an electron app for managing massive (millions) photo and video libraries. it took work and creativity (what technical problems dont) but its very performant. node is actually pretty good at io. that is to say electron itself wasnt your bottleneck, but rewriting in another language is pretext to write long form blog posts for seo and marketing purposes
评论 #44118952 未加载
评论 #44119025 未加载
backendEngineervor 6 Tagen
the more I do with Rust the more I love this language, it just feels like comming home
Hikikomorivor 6 Tagen
The perfect hackernews headline.
评论 #44119304 未加载
playcachevor 6 Tagen
Nice work! downloading now.
turtlebitsvor 6 Tagen
There is no trial - the &quot;Try Desktop Docs&quot; button just links you to a stripe payment.<p>Also it&#x27;s a bit ambiguous if it searches documents? All the screenshots of are of image search, but the features say you can search inside PDFs and docs, though &quot;All Your Files&quot; says images and videos only-
评论 #44118260 未加载
评论 #44118236 未加载
tonyhart7vor 6 Tagen
should just use flutter from the start
评论 #44119171 未加载
tonyhart7vor 6 Tagen
what vision&#x2F;llm model you use???
评论 #44119106 未加载
bfrogvor 5 Tagen
Why bundle redis and not another embedded kv store like lmdb?
namuolvor 6 Tagen
Beware the greenfield effect.<p>I don’t want to comment on the technology choices specifically here, but in general the whole “we rewrote our app in X and now it’s better” is essentially a fact of life no matter the tech choices, at least for the first big rewrite.<p>First, you’re going to make better technical choices overall. You know much better where the problems lie.<p>Second, you’re rarely going to want to port over every bit of technical debt, bugs, or clunky UX decisions (with some exceptions [1]), so those things get fixed out of the gate.<p>Finally, it’s simply invigorating to start from a (relatively) clean slate, so that added energy is going to feel good and leave you in a sort of freshly-mowed greenfield afterglow. This in turn will motivate you and improve your work.<p>The greenfield effect happens even on smaller scales, especially when trying out a new language or framework, since you’re usually starting some new project with it.<p>[1] A good example of the sort of rewrite that _does_ offer something like an apples-to-apples comparison is Microsoft’s rewrite of the TypeScript compiler (and type checker, and LSP implementation) from TypeScript to Go, since they are aiming for 1-to-1 compatibility, including bugs and quirks: <a href="https:&#x2F;&#x2F;github.com&#x2F;microsoft&#x2F;typescript-go">https:&#x2F;&#x2F;github.com&#x2F;microsoft&#x2F;typescript-go</a>
评论 #44123374 未加载
评论 #44122923 未加载
评论 #44122833 未加载
评论 #44124571 未加载
评论 #44123914 未加载
评论 #44124946 未加载
评论 #44126031 未加载
smcleodvor 6 Tagen
$155AUD? You serious?
rvzvor 6 Tagen
&gt; TLDR; rebuilding in Rust was the right move.<p>Smart choice.
评论 #44119132 未加载
hiltivor 6 Tagen
Better do a Google reverse image search before you put fake testimonials on your website:<p>Alex Chen is also known as „Alexander Hipp“ or „Felix Mueller“<p>Though the concept is interesting - I don‘t like bullshit marketing like „Trusted by Professionals worldwide“ if I can uncover the real deal within seconds
评论 #44118829 未加载
divanvor 6 Tagen
It&#x27;s sad to witness how much suffering developers are ready to endure (and make their users suffer) just not to part ways with HTML&#x2F;CSS&#x2F;JS stack. The stack that was never designed properly, let alone for modern UI apps.<p>Flutter would be much better choice for such a desktop app, for example.
评论 #44119505 未加载
评论 #44119209 未加载
评论 #44119576 未加载
评论 #44119148 未加载
评论 #44120559 未加载
todotask2vor 6 Tagen
&gt; Trusted by Professionals Worldwide<p>Who are they? as far as I see ProductHunt with only 11 votes.
评论 #44118647 未加载
评论 #44118876 未加载
mistersquidvor 5 Tagen
tl;dr: Came for the Mac app rewrite reactions, lingered and scrounged for info about the app.<p>Interesting approach to digital asset management. After watching the demo video I wanted to trial the app.<p>Wish I could, but it’s purchase only.
Hard_Spacevor 6 Tagen
It might be a good idea to remove &#x27;One-time purchase • No subscription&#x27; from the landing page, as the pricing page instead says &#x27;One year of updates for $99&#x27;.
评论 #44119101 未加载
ameliusvor 6 Tagen
[flagged]
评论 #44120939 未加载
评论 #44120190 未加载