u/codapaws

Hi, I made my own extensions gallery.

It's similar in spirit to the official TurboWarp Extensions Gallery, but the focus here is on more experimental extensions — while still keeping things stable and reliable.

Check it out!

unowarp.github.io
u/codapaws — 2 days ago

Introducing UnoWarp (AKA "UnoWarp Extensions")!

It's similar in spirit to the official TurboWarp Extensions Gallery, but the focus here is on more experimental extensions — while still keeping things stable and reliable.

You'll find all of my extensions there as well, and if you'd like to contribute your own, you can submit them at https://github.com/unowarp/unowarp.github.io.

Check it out here: https://unowarp.github.io/

u/codapaws — 2 days ago

Hi, I made a custom VFS extension (better than rxFS!)

I built an extension that might be worth bookmarking for anyone who finds this: Next4 is a drive-based VFS for TurboWarp (paths look like `drive://folder/file.txt`) backed by OPFS rather than a JSON tree, so it handles binary files, large data, and persistence across sessions properly -- things rxFS definitely struggles with.

It requires unsandboxed mode, but that's just a checkbox in TurboWarp's settings.

https://github.com/codapaws/extensions/blob/main/src/codaaws/next4.js

Happy to answer questions if anyone's evaluating VFS options.

u/codapaws — 10 days ago