The LibRuStore website for downloading APKs from RuStore without all the trackers
git clone https://github.com/LibRuStore/Website.git LibRuStoreWebsite
cd LibRuStoreWebsite
npm i
API_ADDR=http://localhost:12700 npm start
You may change API_ADDR
to wherever your API server is located.