So if you've found the documentation to Remix but don't know where to find Remix or if you want to run the remix-ide locally and want to find out where to download it - this page is here to help.
- An online version is available at https://remix.ethereum.org. This version is stable and is updated at almost every release.
- An alpha online version is available at https://remix-alpha.ethereum.org. This is not a stable version.
- npm
remix-ide
packagenpm install remix-ide -g
.remix-ide
create a new instance ofRemix IDE
available at http://127.0.0.1:8080 and make the current folder available to Remix IDE by automatically startingremixd
. see Connection toremixd
for more information about sharing local file withRemix IDE
. - Github release: https://github.com/ethereum/remix-ide/releases . The source code is packaged at every release but still need to be built using
npm run build
.