Note that `--no-remote` breaks starting new browser windows from outside, which users normally want.
I'm starting to think that setting the `HOME` environment variable is the only way to really make things isolated - this still won't handle `~insertusernamehere` but basically everything else respects it.
On windows powershell I do
Start-Process "C:\Program Files\Mozilla Firefox\firefox.exe" -ArgumentList "-P default-release"
Which is the exact same idea.
Yes, I tried that and everything else. Either it refuses to launch with `--new-instance` or (from memory, in the case of your command) subsequent `--new-tab`s may open in the wrong profile. Presumably due to the order in which the original instances were created. The point is that the system turns on these UIDs, which are not paths or even hashes of paths.
In my case, I am able to launch several Firefox instances with distinct profiles.