1) We don’t offer a browser version. Instead, we have an Electron-based cross-platform app that works on Windows, Linux, and macOS. We also have two native mobile apps for iOS and Android. Creating a browser version is challenging for us because our business logic and local database rely on a middleware library written in Go. Currently, the only feasible approach is running it in WebAssembly (Wasm). We hope to make a browser version available in the future.
2) No. It’s not build with anytype, as we do not have a web version:)
If you already have an iOS app, it’s straightforward to build a macOS port that runs on Apple Silicon, and would provide a substantially better user experience than Electron. And then on the other side, there’s Windows Subsystem for Android.
OTOH, if these mobile apps would be worse than running a bundled browser, then I’d have to question their overall utility.
2) I did find docs, wiki on the website. Was that created by the same tool?