I love it! How would you position yourself relative to existing OSS products in the space like Filestash or Seafile? I'm trying to pick a solution at the moment, and the mobile experience matters a lot to me.
GitHub is free, but the runners are slow and increasingly unreliable.
I use Namespace (https://namespace.so) and I hook it up both to my personal GitHub as well as my personal Forgejo. I’m in the process of moving from the former to the latter!
I didn’t really realize the degree of their slowness, until I migrated one of the projects on a self-hosted gitea and runners. This setup is just breezing! It’s an order of magnitude faster we’re talking about.
Granted, self-hosting git is not feasible for everyone, but GitHub + self hosted runners seems like a very good option.
I would just like to give this a big ol’ +1. I did not like Nix when I started. The ergonomics are hard to get around, but the power is honestly hard to overstate.
Coding agents actually help with a lot of the ergonomic issues. If you have an evaluation issue, it can be annoying to climb into nixpkgs to diagnose it. But codex will do that for you.
I’ve found agenix in particular to be really great addition for agents: secrets you can copy around without risk of accidental disclosure.
In a day I can now deploy Caddy, Authentik, Fleet, Headscale, Stalwart, jmap-webmail, Forgejo, SFTPGo, Immich, Grafana, Jaeger, PostHog, etc. and have them all work together. I can do this on a tiny VPS, and codex can actually estimate and test performance to minimize cost.
The equivalent Kubernetes setup wastes so much on isolation and a scheduler that is overkill for anything small.
Codex is using its app server protocol to build a nice client/server separation that I enjoy on top of the predictable Rust performance.
You can run a codex instance on machine A and connect the TUI to it from machine B. The same open source core and protocol is shared between the Codex app, VS Code and Xcode.
VMWare Fusion is free, even if it is a pain in the butt to download. It also has GPU paravirtualization for Linux/Windows which is the only reason I use a proprietary VMM on macOS these days.
Because I was fed up with parallels subscription model and they make me pay for the upgrade the non-subscription version with every new macOS release, I dropped parallels for UTM. I barely need windows, only every other month or so and often just for some small tasks. UTM is nice, but performance running windows is waaay below parallels. It is free, however, so I won't complain.
The performance story doesn't really make sense as both UTM and Parallels use Apple Hypervisor Kit which pretty much is the hypervisor running Windows. It should be identical.
Classic VM solutions like Virtualbox, VMware, Parallels etc. always come with guest tools and driver packages for the guest that have a massive impact on performance. Just because both solutions use the same hypervisor doesn’t mean they perform equally.
Intent looks interesting but the fact that they have their own credits system turns me off of it. I pay $200/mo for Claude Code and that's enough for me; I wish I could use Intent with that.
http://tart.run works great for running macOS (and Linux) VMs on macOS if you're technical. It's free for non-commercial uses too! (Don't think there's GPU acceleration tho).
reply