ApiBolt is a powerful, modern REST API client built for developers who need an efficient and user-friendly way to test, debug, and interact with APIs. Built with Electron and React, ApiBolt delivers a seamless desktop application experience with an intuitive and polished interface. Whether you're building new integrations or troubleshooting existing endpoints, ApiBolt provides all the tools you need to streamline your API development workflow.
npm install
npm rebuild
npm run db:migrate
npm run build
npm run electron
If you encounter issues, try a clean reinstall:
rm -rf node_modules package-lock.json
npm install