Download 3DS games to your PC as .cia files.
Nintendo added new security measures to their content server which prohibit CDN-based downloads with tools like freeShop or Villian3DS. In other words: You can't download games with these tools anymore. We're sorry.
To clone and run this repository you'll need Git and Node.js (which comes with npm) installed on your computer. From your command line:
# Clone this repository
git clone https://github.com/tranxuanthang/villain3ds
# Go into the repository
cd villain3ds
# Install dependencies
npm install
# Run the app
npm start
Run those commands:
# Go into the repository
cd villain3ds
# For Windows (32 bit)
npm run package-win
# For Windows (64 bit)
npm run package-win64
# For linux (64 bit)
npm run package-linux
# For macOS (64 bit)
npm run package-mac
Output is at ../release-builds
.