Download

Download 16x Prompt for your platform

Latest version: v0.0.128
Released: (May 6, 2025)

New updates from the latest releases

0.0.128

May 6, 2025

  • Improved code edit reliability
  • Improved code edit UI/UX
  • Added code backup before applying changes
    • You can find backups in the Settings page
Release 0.0.128 - Code Edit Improvements

Thanks to Asentrix for the feedback and suggestions!

0.0.127

May 6, 2025

  • Fixed a bug with Claude models not working in API
  • Fixed code edit not working on Windows

Thanks to Asentrix and Roman for the feedback and suggestions!

0.0.125

May 5, 2025

  • Added provider icons in the model selection modal
  • Added update button in the header
  • Updated model information for Claude 3.7 Sonnet
  • Fixed max tokens used in API for Claude models to allow tokens higher than 8k
  • UI/UX improvements for Code Edit

Thanks to Roman for the feedback and suggestions!

Security FAQs

I am getting a warning from Windows Defender SmartScreen when installing.

You can click on "More info" and then "Run anyway" to bypass the warning. This is a common issue with new applications that are not yet recognized by Windows Defender SmartScreen. And it costs extra money to get a code signing certificate in order to avoid this. Rest assured that 16x Prompt is safe to use. If you are still facing issues, feel free to contact us .
Installation FAQs

I am getting installation error DiscardVirtualMemory on Windows 8.

You may encounter "The procedure entry point DiscardVirtualMemory could not be located in the dynamic link library" error on Windows 8. This is because the underlying framework for the app no longer supports Windows 8, in line with end of support for Windows 8 from Microsoft. You can try to upgrade to Windows 10 / Windows 11 or use a different machine with Windows 10 / Windows 11. If you are unable to upgrade, feel free to contact us for a refund.

How to install 16x Prompt on Ubuntu?

You can either download the .deb file or the AppImage file from the download page. For .deb file, you can refer to the .deb installation guide for installation instructions. For AppImage file, you can refer to the AppImage guide for installation instructions.

16x Prompt is not opening on Windows or macOS. What should I do?

You can try to clear the application data and restart the application. On Windows, go to %APPDATA% and delete the 16x Prompt folder. On macOS, go to ~/Library/Application Support and delete the 16x Prompt folder. If you are still facing issues, feel free to contact us.

16x Prompt is not opening on Linux with "The SUID sandbox helper binary was found, but is not configured correctly" error.

This is due to a bug with Electron on Ubuntu 24 LTS. You can refer to this workaround which fixes the error by executing
sudo sysctl -w kernel.apparmor_restrict_unprivileged_userns=0
and disabling the kernel.apparmor_restrict_unprivileged_userns. If you are still facing issues, feel free to contact us.
Back to top