Skip to content

liudonghua123/cyberchef-app

Repository files navigation

cyberchef-app

This is cyberchef desktop app, running in an Tauri app.

Downloads

Current version: 10.18.6.


Windows
64-bit 📦 Executable | 💿 MSI Installer | 💿 NSIS Installer
32-bit 📦 Executable | 💿 MSI Installer | 💿 NSIS Installer
❓ Don't know which architecture of OS you installed? Execute wmic os get osarchitecture or Open System by clicking the Start button, right-clicking Computer, and then clicking Properties.

macOS
Intel Processor 📦 Executable | 💿 DMG bundle | 💿 APP bundle
Apple M1 Processor 📦 Executable | 💿 DMG bundle | 💿 APP bundle
Universal 📦 Executable | 💿 DMG bundle | 💿 APP bundle
❓ Don't know which architecture of OS you installed? Learn more at apple.com.

While Apple silicon machines can run applications compiled for Intel-based Macs through a translation layer called Rosetta, this leads to a reduction in performance due to processor instruction translations. It is common practice to let the user choose the correct target when downloading the app, but you can also choose to distribute a Universal Binary. Universal Binaries include both aarch64 and x86_64 executables, giving you the best experience on both architectures. Note, however, that this increases your bundle size significantly.

Linux
64-bit 📦 Executable | 💿 AppImage bundle | 💿 DEB bundle
32-bit 📦 Executable | 💿 AppImage bundle | 💿 DEB bundle
arm64 📦 Executable | 💿 DEB bundle
armv7 📦 Executable | 💿 DEB bundle
❓ Don't know which architecture of OS you installed? Execute uname -i or dpkg --print-architecture or arch command.

Screenshot

Does it work?

Yes! Quite well, actually - on macOS, Windows, and Linux.

Credits

99% of the work was done over at cyberchef.

License

MIT License

Copyright (c) 2022 liudonghua