Interesting Projects that I want to try

I keep finding projects that catch my attention and I do not want to lose track of, so I am turning this into a small public notebook. The theme here is simple: tools that make me stop and think, “I should try this.” Some are useful today, some are experimental, and some are interesting because of the direction they suggest.

I have not gone deep on all of them yet, but each one looks interesting enough to deserve a closer look.

Table of Contents

Lifo

https://lifo.sh/

A browser-native operating system. Run agents securely on your machine — no VM, no cloud sandbox, no setup.

Almost Node

https://almostnode.dev/

Run Node.js, Next.js, Vite, and Express entirely in the browser. No server required.

Cloak Browser

https://github.com/CloakHQ/CloakBrowser

Stealth Chromium that passes every bot detection test. Drop-in Playwright replacement with source-level fingerprint patches. 30/30 tests passed.

Not a patched config. Not a JS injection. A real Chromium binary with fingerprints modified at the C++ source level. Antibot systems score it as a normal browser — because it is a normal browser.

Drop-in Playwright/Puppeteer replacement for Python and JavaScript.
Same API, same code — just swap the import. 3 lines of code, 30 seconds to unblock.

 

https://github.com/superradcompany/microsandbox

Related post