@e1sordo afaik, extensions without apple-specific dependencies (including anytype) will gradually become available on windows as well.
i’m not certain about the rollout steps, but i assume it will happen by the end of the beta phase at the latest. if we need to make adjustments for windows adaptation, i’ll happily do so - just couldn’t find official info on that yet..?
in case you don’t want to wait: you can always build it from source, and it will be available in raycast on windows:
git clone https://github.com/anyproto/anytype-raycast.git
cd anytype-raycast
git checkout v0.4.0
npm install
npm run build && npm run dev