IOTA Web Wallet is an Open Source and Free Software project that aims to provide a reliable and complete app for managing IOTA wallets directly from the web.
It uses the official iota.js library to perform all Tangle-related operations. It also encrypts your seeds and stores them in your browser local storage instead of sending them to a third-party server.
If you prefer to build the app yourself instead of using the latest version online, you'll need NodeJS with NPM/Yarn:
# Clone this repository
git clone https://github.com/josemmo/iotawebwallet
cd iotawebwallet
# Install dependencies
npm install
# Build the app
npm run build
IOTA Web Wallet is provided under the GNU General Public License and uses libraries under MIT and WTFPL licenses.