⚠️ Disclaimer: This tool is for educational purposes only. Users are responsible for complying with all applicable laws and terms of service.
Network condition simulator that gives you some control over your connection behavior.
myra-v1.3.mp4
Before running Myra, ensure you have the following installed: WinDivert
Administrator Privileges - Required for network packet capture
- Myra needs to be run as administrator to use WinDivert for packet interception
- Right-click the app and select "Run as administrator"
Download the latest release from the releases page
-
Install prerequisites:
-
Clone the repository:
git clone https://github.com/boiln/myra.git cd myra -
Install dependencies:
pnpm install
-
Build the application:
pnpm tauri build
- VS Code with extensions:
# Start development server
pnpm tauri dev
# Build for production
pnpm tauri build- "DLL not found" errors:
- Verify you're running as administrator (right-click -> Run as administrator)
- Check that WinDivert.dll exists in the application directory
- Check that WinDivert64.sys exists in the application directory
Contributions are welcome! Please feel free to submit a Pull Request. For major changes, please open an issue first to discuss what you would like to change.
- Fork the repository
- Create your feature branch (
git checkout -b feature/AmazingFeature) - Commit your changes (
git commit -m 'Add some AmazingFeature') - Push to the branch (
git push origin feature/AmazingFeature) - Open a Pull Request
This project is licensed under the MIT License - see the LICENSE file for details.