Jules Tools
Jules Tools is a lightweight command-line interface that lets developers interact with Jules, Google’s asynchronous coding agent, directly from their terminal without needing the browser UI. Jules understands the full context of your repository, takes tasks like writing tests, building new features, fixing bugs, and bumping dependencies, then spins up a temporary VM to perform work and return pull requests. The CLI is scriptable and integrates seamlessly into developer workflows, commands like jules remote list let you inspect tasks, while jules can spawn new sessions from pipelines or issue trackers. It also includes a terminal user interface that mirrors the web dashboard. Because Jules Tools is designed to be programmable, you can embed it into scripts or CI/CD pipelines, combine it with GitHub or Gemini CLI commands, and automate parts of your dev process.
Learn more
Cruz
Cruz is a new web browser for Mac OS X that offers a few special features you won't find anywhere else. Cruz's unique "Browsa" plugin allows you to view multiple web pages simultaneously in sidebar split views. To activate a Browsa sidebar, click one of the "compass" toolbar buttons on the right side of the browser window. Now you can browse to any web page in the sidebar Browsa. Configure Browsa's settings, like home page, navbar visibility, user-agent string and more. Cruz offers best-in-class AppleScript-ability. Cruz provides many more AppleScript commands than any other browser for Mac OS X. Use AppleScript to open/close/select browser tabs and windows, load web pages, click links, and much more. To learn all about Cruz's AppleScript commands, launch Apple's AppleScript Editor application and choose Cruz from the list of applications. Cruz offers powerful user script and user style features.
Learn more
PhantomJS
PhantomJS is a headless web browser scriptable with JavaScript, running on Windows, macOS, Linux, and FreeBSD. Utilizing QtWebKit as its back-end, it offers fast and native support for various web standards, including DOM handling, CSS selectors, JSON, Canvas, and SVG. This makes it an optimal solution for tasks such as page automation, screen capture, headless website testing, and network monitoring. For example, a simple script can load a webpage and capture it as an image.
Learn more
SlimerJS
SlimerJS is a free, open source scriptable browser for web developers, allowing interaction with web pages through external JavaScript scripts. It enables tasks such as opening web pages, clicking links, and modifying content, making it useful for functional tests, page automation, network monitoring, screen capture, and web scraping. Unlike PhantomJS, SlimerJS runs on top of Gecko, the browser engine of Mozilla Firefox, instead of WebKit, and can operate in both headless and non-headless modes. APIs of SlimerJS are similar to the APIs of PhantomJS but there are a few differences in their behavior. However, most of the scripts for PhantomJS run perfectly well with SlimerJS right now.
Learn more