Desktop app that streamlines DApps UI deployment process from sources on your own device
Check our site
You can find the latest app builds on the releases page. Currently supported architectures:
- Windows - DrewLocalhost-1.2.8.Setup.exe
- MacOS Intel - Drew.Localhost.x64.dmg
- MacOS M-processors (arm)
-
Best option is to still download Drew.Localhost.x64.dmg executable since it can be run the same as any non-app-store app, see here
-
If you download Drew.Localhost.arm64.dmg executable - you need to follow the instructions described here, in short - copy Drew Localhost app normally to Applications folder and run this command in terminal:
-
xattr -c /Applications/DrewLocalhost.app
Currently we are working on proper DMG signing on MacOS (and possibly - distribution through App Store), in the mean time follow the instructions above, or build the app yourself
Contains the react-typescript-redux ui for the app. Also contains src/_dev folder with dev services that emulates actual electron services.
Contains Electron Forge generated project that implements services for UI and packs code into OS specific executables
- Deploy frontend dev server with command
cd ./ui && NODE_ENV=electron pnpm start
- Run electron app with command
cd ./desktop-app && pnpm start