đ English / įŽäŊ䏿
TextGO is a cross-platform text processing tool that recognizes text types and executes custom actions.
![]() |
![]() |
|---|
![]() |
![]() |
|---|
Download the installer for your platform from GitHub Releases and follow the installation instructions.
On macOS, the following permissions are required for proper functionality:
The system will automatically prompt you to grant these permissions while using the app. You can also manually configure them in "System Settings" > "Privacy & Security".
Visit the Extensions page on the official website to browse and install various extensions that enhance the app's functionality:
![]() |
![]() |
|---|
Run the following command in the terminal to resolve:
sudo xattr -r -d com.apple.quarantine /Applications/TextGO.app
Follow these steps to resolve:
[!TIP] For detailed usage instructions, please refer to the User Guide.
Refer to Tauri official documentation to install Rust and Node.js (use pnpm as the package manager)
Clone and setup:
git clone https://github.com/C5H12O5/TextGO.git
cd TextGO
pnpm install
Run development mode:
pnpm tauri dev
# enable debug logs on Unix-like systems
RUST_LOG=debug pnpm tauri dev
# enable debug logs on Windows PowerShell
$env:RUST_LOG="debug"; pnpm tauri dev
Build installer:
pnpm tauri build
This project is built upon many excellent open source projects. We would like to express our sincere gratitude to all the developers and contributors of these projects.
For a complete list of third-party dependencies and their licenses, please see LICENSES.md file.
This project is released under the GPLv3 open source license.