Skip to content

Releases: hexart/prompt-booster

Prompt Booster v0.8.0

23 Aug 06:02

Choose a tag to compare

This app supports auto update.

For Linux Users: Running AppImage

Download the AppImage file and run these two commands:

chmod +x Prompt-Booster-*.AppImage
./Prompt-Booster-*.AppImage --no-sandbox

Note: The --no-sandbox flag is required for AppImage compatibility on most Linux distributions.

Optional: Easy Desktop Integration

Method 1: File Manager Integration (Most User-Friendly)

  1. Right-click on the AppImage file
  2. Select "Properties" or "Permissions"
  3. Check "Allow executing file as program" or "Executable"
  4. Double-click to run (you may still need to add --no-sandbox manually)

Method 2: Create Launcher Script
Create a simple script in the same folder as your AppImage:

# Save this as "launch-prompt-booster.sh" next to your AppImage
#!/bin/bash
cd "$(dirname "$0")"
./Prompt-Booster-*.AppImage --no-sandbox

Then make it executable: chmod +x launch-prompt-booster.sh

For macOS Users: Running Unsigned App

Since this app is not signed with an Apple Developer certificate, macOS may prevent it from running. Use either of these methods:

Option 1: Remove quarantine attribute for this app only

xattr -r -d com.apple.quarantine /Applications/Prompt\ Booster.app

(Replace with your actual app path)

Option 2: Temporarily disable Gatekeeper

sudo spctl --master-disable

After using the app, re-enable Gatekeeper for security:

sudo spctl --master-enable

Prompt Booster v0.7.10

07 Jul 03:13

Choose a tag to compare

This app supports auto update.

For Linux Users: Running AppImage

Download the AppImage file and run these two commands:

chmod +x Prompt-Booster-*.AppImage
./Prompt-Booster-*.AppImage --no-sandbox

Note: The --no-sandbox flag is required for AppImage compatibility on most Linux distributions.

Optional: Easy Desktop Integration

Method 1: File Manager Integration (Most User-Friendly)

  1. Right-click on the AppImage file
  2. Select "Properties" or "Permissions"
  3. Check "Allow executing file as program" or "Executable"
  4. Double-click to run (you may still need to add --no-sandbox manually)

Method 2: Create Launcher Script
Create a simple script in the same folder as your AppImage:

# Save this as "launch-prompt-booster.sh" next to your AppImage
#!/bin/bash
cd "$(dirname "$0")"
./Prompt-Booster-*.AppImage --no-sandbox

Then make it executable: chmod +x launch-prompt-booster.sh

For macOS Users: Running Unsigned App

Since this app is not signed with an Apple Developer certificate, macOS may prevent it from running. Use either of these methods:

Option 1: Remove quarantine attribute for this app only

xattr -r -d com.apple.quarantine /Applications/Prompt\ Booster.app

(Replace with your actual app path)

Option 2: Temporarily disable Gatekeeper

sudo spctl --master-disable

After using the app, re-enable Gatekeeper for security:

sudo spctl --master-enable

Prompt Booster v0.7.5

17 Jun 00:55

Choose a tag to compare

This app supports auto update.

For Linux Users: Running AppImage

Download the AppImage file and run these two commands:

chmod +x Prompt-Booster-*.AppImage
./Prompt-Booster-*.AppImage --no-sandbox

Note: The --no-sandbox flag is required for AppImage compatibility on most Linux distributions.

Optional: Easy Desktop Integration

Method 1: File Manager Integration (Most User-Friendly)

  1. Right-click on the AppImage file
  2. Select "Properties" or "Permissions"
  3. Check "Allow executing file as program" or "Executable"
  4. Double-click to run (you may still need to add --no-sandbox manually)

Method 2: Create Launcher Script
Create a simple script in the same folder as your AppImage:

# Save this as "launch-prompt-booster.sh" next to your AppImage
#!/bin/bash
cd "$(dirname "$0")"
./Prompt-Booster-*.AppImage --no-sandbox

Then make it executable: chmod +x launch-prompt-booster.sh

For macOS Users: Running Unsigned App

Since this app is not signed with an Apple Developer certificate, macOS may prevent it from running. Use either of these methods:

Option 1: Remove quarantine attribute for this app only

xattr -r -d com.apple.quarantine /Applications/Prompt\ Booster.app

(Replace with your actual app path)

Option 2: Temporarily disable Gatekeeper

sudo spctl --master-disable

After using the app, re-enable Gatekeeper for security:

sudo spctl --master-enable

Prompt Booster v0.7.0

28 May 01:25

Choose a tag to compare

This app supports auto update.

For macOS Users: Running Unsigned App

Since this app is not signed with an Apple Developer certificate, macOS may prevent it from running. Use either of these methods:

Option 1: Remove quarantine attribute for this app only

xattr -r -d com.apple.quarantine /Applications/Prompt\ Booster.app

(Replace with your actual app path)

Option 2: Temporarily disable Gatekeeper

sudo spctl --master-disable

After using the app, re-enable Gatekeeper for security:

sudo spctl --master-enable

Prompt Booster v0.6.6

21 May 10:32

Choose a tag to compare

For macOS Users: Running Unsigned App

Since this app is not signed with an Apple Developer certificate, macOS may prevent it from running. Use either of these methods:

Option 1: Remove quarantine attribute for this app only

xattr -d com.apple.quarantine /Applications/Prompt\ Booster.app

(Replace with your actual app path)

Option 2: Temporarily disable Gatekeeper

sudo spctl --master-disable

After using the app, re-enable Gatekeeper for security:

sudo spctl --master-enable

针对macOS用户:运行未签名应用

由于本应用未经Apple开发者证书签名,macOS可能会阻止其运行。请使用以下方法之一:

方法一:仅移除本应用的隔离属性

xattr -d com.apple.quarantine /Applications/Prompt\ Booster.app

(请替换为您的实际应用路径)

方法二:临时禁用Gatekeeper

sudo spctl --master-disable

使用应用后,为安全起见请重新启用Gatekeeper:

sudo spctl --master-enable

Prompt Booster v0.6.5

21 May 09:55

Choose a tag to compare

For macOS Users: Running Unsigned App

Since this app is not signed with an Apple Developer certificate, macOS may prevent it from running. Use either of these methods:

Option 1: Remove quarantine attribute for this app only

xattr -d com.apple.quarantine /Applications/Prompt\ Booster.app

(Replace with your actual app path)

Option 2: Temporarily disable Gatekeeper

sudo spctl --master-disable

After using the app, re-enable Gatekeeper for security:

sudo spctl --master-enable

针对macOS用户:运行未签名应用

由于本应用未经Apple开发者证书签名,macOS可能会阻止其运行。请使用以下方法之一:

方法一:仅移除本应用的隔离属性

xattr -d com.apple.quarantine /Applications/Prompt\ Booster.app

(请替换为您的实际应用路径)

方法二:临时禁用Gatekeeper

sudo spctl --master-disable

使用应用后,为安全起见请重新启用Gatekeeper:

sudo spctl --master-enable

Prompt Booster v0.6.4

21 May 09:29

Choose a tag to compare

For macOS Users: Running Unsigned App

Since this app is not signed with an Apple Developer certificate, macOS may prevent it from running. Use either of these methods:

Option 1: Remove quarantine attribute for this app only

xattr -d com.apple.quarantine /Applications/Prompt\ Booster.app

(Replace with your actual app path)

Option 2: Temporarily disable Gatekeeper

sudo spctl --master-disable

After using the app, re-enable Gatekeeper for security:

sudo spctl --master-enable

针对macOS用户:运行未签名应用

由于本应用未经Apple开发者证书签名,macOS可能会阻止其运行。请使用以下方法之一:

方法一:仅移除本应用的隔离属性

xattr -d com.apple.quarantine /Applications/Prompt\ Booster.app

(请替换为您的实际应用路径)

方法二:临时禁用Gatekeeper

sudo spctl --master-disable

使用应用后,为安全起见请重新启用Gatekeeper:

sudo spctl --master-enable

Prompt Booster v0.6.3

21 May 02:18

Choose a tag to compare

For macOS Users: Running Unsigned App

Since this app is not signed with an Apple Developer certificate, macOS may prevent it from running. Use either of these methods:

Option 1: Remove quarantine attribute for this app only

xattr -d com.apple.quarantine /Applications/Prompt\ Booster.app

(Replace with your actual app path)

Option 2: Temporarily disable Gatekeeper

sudo spctl --master-disable

After using the app, re-enable Gatekeeper for security:

sudo spctl --master-enable

针对macOS用户:运行未签名应用

由于本应用未经Apple开发者证书签名,macOS可能会阻止其运行。请使用以下方法之一:

方法一:仅移除本应用的隔离属性

xattr -d com.apple.quarantine /Applications/Prompt\ Booster.app

(请替换为您的实际应用路径)

方法二:临时禁用Gatekeeper

sudo spctl --master-disable

使用应用后,为安全起见请重新启用Gatekeeper:

sudo spctl --master-enable

Prompt Booster v0.6.2

21 May 01:30

Choose a tag to compare

chore: prepare release

Prompt Booster v0.6.0

16 May 09:48

Choose a tag to compare

chore: prepare minor release