Hexx Scraper is optimized for Commonstack, Inference Marketplace for all models.
- Unified Access: One API key for 25+ flagship models (GPT-5, Claude 4.6, Grok 4.1).
- Zero Latency: Optimized routing for tool-calling agents like Hexx.
- Cost Efficient: Pay-as-you-go with deep discounts on OSS-scale models.
For most users: No Python or Node.js required.
If you just want to use the app, download the latest standalone installer for your operating system from the Releases page:
- Windows: Download the
.msiinstaller. - macOS: Download the
.dmgfile.
Simple install and run—the app is fully self-contained and includes the built-in AI engine.
To use Hexx Scraper, you need to connect it to a Google Sheet. Follow these steps:
- Create a new Google Sheet.
- Go to Extensions > Apps Script.
- Copy the contents of
src/code.gsfrom this project and paste it into the script editor. - In the toolbar, choose onOpen from the functions dropdown and click Run.
When you run the script for the first time, Google will require authorization:
- Click Review Permissions.
- Select your Google Account.
- Click Advanced and then Go to [Project Name] (unsafe).
- Click Continue.
- Return to your Google Sheet. You will now see a new menu: Hexx Scraper.
- Click Hexx Scraper > Initialize Sheets to create and style the required tabs.
- In the Apps Script editor, click Deploy > New deployment.
- Select type Web app.
- Set "Who has access" to Anyone.
- Click Deploy and copy the Web app URL.
- Paste this URL into the Settings page of the Hexx Scraper desktop app.
- Stack: Built with React 19, TypeScript, and TailwindCSS v4.
- Design Philosophy: Adheres to the Uncodixfy standards—no "cheap" AI gradients or glassmorphism. It uses a custom Slate Noir (Dark) and Pearl Minimal (Light) palette.

- Core (Rust/Tauri v2): The main application shell is written in Rust. It handles native OS tasks like secure settings persistence, multi-threaded scheduling, and managing the AI lifecycle.
- Engine (Python Sidecar): The "heavy lifting" is done by a specialized Python engine bundled as a native binary.
- Agent Logic: Uses
browser-useand Playwright to navigate X and Reddit like a human would, extracting metrics that traditional APIs often hide. - JSON-RPC Communication: The Rust core and Python engine communicate via a high-speed stdin/stdout pipe, allowing real-time logs to stream directly into the app's dashboard.
- Persistence: Automatically reads target URLs from your Google Sheets and pushes results back via a custom Apps Script Webhook, eliminating the need for complex database setups.
If you want to modify the code or build it yourself, follow these steps:
- Double-click
setup.bat. This will create your environment and install all dependencies automatically. - Once finished, double-click
run.batto launch the application.
- Open your terminal in this folder.
- Run
./setup.sh. - Once finished, run
./run.shto launch the application.
If building from source, you will need:
- Python 3.10+
- Node.js 20+
- Rust (Stable)



