frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Write Small Rust Scripts

https://llogiq.github.io/2026/03/05/auto.html
1•ingve•1m ago•0 comments

Bourdieu's theory of taste: a grumbling abrégé

https://dynomight.net/bourdieu/
1•sebg•2m ago•0 comments

Polsia – vibe coded companies with live revenue and digital marketing

https://polsia.com
1•DaedalusII•3m ago•0 comments

What's an API?

https://read.technically.dev/p/whats-an-api
1•sebg•5m ago•0 comments

Show HN: AI Governance Architecture – DB-Governed, LLM-Agnostic, EU AI Act

https://github.com/war851/AI-Governance-Architecture
1•war851•8m ago•1 comments

Paloha – Agence de communication Montpellier

https://paloha.fr/fr
1•PatrickNav•9m ago•1 comments

Are companies preventing sensitive data from being sent to external LLM APIs

1•jayakrishna96•10m ago•0 comments

Fly.io deleted my apps and DBs in an unrelated organization without warning

1•pakejro•12m ago•0 comments

Emacs internals: Deconstructing Lisp_Object in C (Part 2)

https://thecloudlet.github.io/blog/project/emacs-02/
1•thecloudlet•12m ago•0 comments

Deno Sandbox: run AI generated code with real isolation and complete control

https://deno.com/deploy/sandbox
1•AbuAssar•14m ago•0 comments

How to Convert OST File to PST File in Outlook?

https://blog.perfectdatasolutions.com/ost-to-pst-converter-software-2/
1•tieanderson•16m ago•1 comments

Stop Writing Instrumentation Code

https://encore.dev/blog/stop-writing-instrumentation-code
2•andout_•18m ago•0 comments

OpenClaw Agent

https://openclawagent.net
3•czmilo•19m ago•1 comments

ClickMem: Agent memory built on chDB(ClickHouse embedded)

https://github.com/auxten/clickmem
1•tosh•19m ago•0 comments

Looking for suggestions: project orchestration solutions

1•paulistaunb•22m ago•0 comments

Simple and Inexpensive Website Monitoring

https://updown.io/
1•jauco•24m ago•0 comments

China's new 5-year plan calls for AI throughout its economy, tech breakthroughs

https://www.reuters.com/world/asia-pacific/china-vows-accelerate-technological-self-reliance-ai-p...
3•campuscodi•24m ago•0 comments

Show HN: Unblurry – Your memory lies about how you work

https://www.unblurry.app/
1•ImaneIdrissi•26m ago•0 comments

macOS Tahoe windows have different corner radiuses

https://lapcatsoftware.com/articles/2026/3/1.html
2•giuliomagnifico•27m ago•0 comments

Show HN: Notation – Real-time AI clinical notes for physical therapists

https://fownd.care
1•Sharanxxxx•28m ago•0 comments

Show HN: AlifZetta – AI Operating System That Runs LLMs Without GPUs

https://axz.si/
3•padamkafle•28m ago•1 comments

Show HN: Mirra – AI turns ideas into social media carousels and videos

https://www.mirra.my/ko
1•gtp7473•30m ago•0 comments

Google Just Made Your Reports Watchable. and Video Editors Are Worried

https://medium.com/@tbelbek/google-just-made-your-reports-watchable-and-video-editors-are-worried...
1•rdstrtwlkr•31m ago•0 comments

Free Ways to Find Someone's Email Address

1•lakshmirk•33m ago•1 comments

Microplastics and nanoplastics in urban air originate mainly from tire abrasion

https://phys.org/news/2026-03-microplastics-nanoplastics-urban-air-abrasion.html
2•JeanKage•34m ago•0 comments

FlowLessAI – connects to GitHub, audits your codebase, delivers a PR with fixes

https://www.flowlessai.one/
1•mozinovati•35m ago•1 comments

Qwen3-ASR-Swift

https://github.com/ivan-digital/qwen3-asr-swift
2•handfuloflight•35m ago•0 comments

X Accounts with over 1M Followers

https://millionsclub.win/
1•saejox•36m ago•1 comments

Can the Most Abstract Math Make the World a Better Place?

https://www.quantamagazine.org/can-the-most-abstract-math-make-the-world-a-better-place-20260304/
1•mathgenius•36m ago•0 comments

Show HN: Compare ORMs Side-by-Side

https://orm-party.fkey.dev/?f=django-prisma
1•kuchin•39m ago•0 comments
Open in hackernews

ExWrap: Turn any application written built in any language into an executable

https://github.com/mcfriend99/exwrap
3•mcfriendsy•10mo ago

Comments

mcfriendsy•10mo ago
Hi everyone,

I started this project some months back called ExWrap with the goal of turning any application written in any programming language into an executable.

It works for MacOS, Windows, and Linux with support for cross-generation (i.e. you can generate a Windows executable on Linux).

I haven't worked on it for a while, but it's usable.

I'm looking for suggestions, ideas, corrections, and generally contributions. A reason to revisit the project.

It uses a pre-built launcher for the platform. During packaging, a config file is generated to tell the launcher how to launch the app based on the user's configuration.

For MacOS app bundles, the prebuilt launcher is the primary target of the bundle declared in the plist file while for Windows and Linux, the generated executable acts as a self-extracting archive that launches the app post extraction. On Windows and Linux, the extracted app can also be run directly if the extraction path is added to system path.

So basically on Linux and Windows, it also acts as an installer.

It's actually configurable and allows pre-installation and post-installation configuration that can run any command or script to do the installation of dependencies. You can also cleverly add the dependencies as part of the packaged data. This is very useful for packaging static libraries along with the executable.

If you were generating for OSX from Windows for example, all you need is to download the OSX libraries and point to it from your configuration. I believe there's room for more improvement.

All feedbacks and suggestions are welcomed.