Download

Download 16x Prompt for your platform

Latest version: v0.0.109
Released: (March 15, 2025)

New updates from the latest releases

0.0.109

March 15, 2025

  • Added support for multiple Azure OpenAI deployments for comparison
  • Added streaming support for Azure OpenAI API
  • Added logging for license key validation and API request errors for better troubleshooting behind proxies and firewalls
Release 0.0.109 - Azure OpenAI API

Thanks to Pmosis and Elliott for the feedback and suggestions!

0.0.108

March 14, 2025

  • Added keyboard shortcut (⌘+S / Ctrl+S) to stop streaming API responses
  • Added warning when follow-up question is too long, or causes the context window to be exceeded
  • Added a new built-in instruction for Claude 3.7 Sonnet model to make it follow instructions better
  • For existing users, you can add the instruction below to your custom instructions

Recommended instructions for Claude 3.7 Sonnet:

Instructions for the output format:
- Output code without explanation, unless it is important.
- Minimize prose, comments and empty lines.
- ONLY show the relevant code that needs to be modified. Use comments to represent the parts that are not modified.
- Do NOT output full code. Only output parts that need to be changed.
- Consider other possibilities to achieve the result, do not be limited by the prompt.
  • Optimized token calculation logic for better performance
  • Major code refactoring for better maintainability
Release 0.0.108 - Stop Streaming

Thanks to techno. for the feedback and suggestions!

0.0.107

March 12, 2025

  • Various UI/UX fixes and improvements
  • Added shortcut (⌘+Y / Ctrl+Y) to reopen API modal (history)

Thanks to silso 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