Scramble: An Open-Source AI Writing Assistant for Your Browser
This repository profile is provided by osrepos.com, an open source repository discovery platform.

Summary
Scramble is an open-source Chrome extension that leverages AI to enhance your writing directly in the browser. It offers a customizable alternative to Grammarly, allowing users to configure LLM providers, models, and endpoints. With support for various large language models and custom prompts, Scramble provides flexible text enhancement options.
Repository Information
Topics
Click on any tag to explore related repositories
Use at your own risk
OSRepos shares public repositories for knowledge and discovery only. Any installation, execution, configuration, or use of code from these repositories is the user's own responsibility. Always review the repository, source code, dependencies, licenses, and security implications before running or installing anything. OSRepos is not responsible for issues, damages, or losses resulting from third-party repositories.
Introduction
Scramble is an innovative open-source Chrome extension designed to elevate your writing directly within your browser. Positioned as a highly customizable alternative to proprietary tools like Grammarly, Scramble empowers users by leveraging AI to enhance text. It offers unparalleled flexibility, allowing you to configure your preferred Large Language Model (LLM) provider, model, and endpoint, along with the ability to create custom prompts for tailored writing assistance.
Installation
Getting Scramble up and running is straightforward for both Chrome and Firefox users.
Chrome Installation
- Clone the Scramble repository:
git clone https://github.com/zlwaterfield/scramble.git - Navigate into the cloned directory.
- Run
npm installto install dependencies. - Execute
npm run buildto build the extension. - Open Chrome and go to
chrome://extensions/. - Enable "Developer mode" in the top right corner.
- Click "Load unpacked" and select the
dist/chromedirectory from your cloned repository.
Firefox Installation
- Clone the Scramble repository:
git clone https://github.com/zlwaterfield/scramble.git - Navigate into the cloned directory.
- Run
npm installto install dependencies. - Execute
npm run buildto build the extension. - Open Firefox and go to
about:debugging#/runtime/this-firefox. - Click "Load Temporary Add-on".
- Navigate to the
dist/firefoxdirectory within your cloned repository and selectmanifest.json.
Examples
Using Scramble to enhance your text is intuitive:
- Highlight the text you wish to improve on any webpage.
- Right-click to open the context menu.
- Select "Scramble" and then choose from a variety of text enhancement options.
- The AI will process your selection and provide an enhanced version.
Scramble comes with several powerful default prompts, including:
- Fix spelling and grammar
- Improve writing
- Make more professional
- Simplify text
- Summarize text
- Expand text
- Convert to bullet points
Beyond the defaults, Scramble allows you to create your own custom prompts, which will immediately appear in your list of options upon saving. This feature provides immense flexibility to tailor the AI's assistance to your specific needs.
Why Use Scramble?
Scramble stands out as an excellent choice for anyone seeking advanced writing assistance. Its open-source nature ensures transparency and community-driven development, while its core strength lies in unparalleled customizability. Unlike many proprietary solutions, Scramble gives you control over the underlying AI, supporting a wide range of LLMs such as OpenAI, Anthropic, Groq, OpenRouter, Ollama, and LM Studio. This flexibility means you can choose the model that best fits your needs for performance, cost, or even local execution. For writers, developers, and anyone who crafts text online, Scramble offers a powerful, adaptable, and privacy-conscious tool to refine their communication.
Links
- GitHub Repository: https://github.com/zlwaterfield/scramble
- Chrome Web Store: https://chromewebstore.google.com/detail/scramble/mkaljgnigabhmjfookbokejhfghmkffo
Related repositories
Similar repositories that may be relevant next.
Agent-Memory: Persistent Memory for AI Coding Agents
August 16, 2026
Agent-Memory provides persistent memory for AI coding agents, ensuring they remember past interactions and learned patterns across sessions. Built on the iii engine, it eliminates the need for re-explaining context, significantly improving agent efficiency and reducing token usage. This solution integrates seamlessly with various agents, offering a robust memory management system.

Flask-Assets: Seamless Asset Management for Flask Applications
July 26, 2026
Flask-Assets provides robust integration of the `webassets` library with Flask. It simplifies the process of merging, minifying, and compiling CSS and JavaScript files, significantly enhancing web application performance and streamlining development workflows.

webassets: Asset Management for Python Web Development
July 26, 2026
webassets is a robust library designed for asset management in Python web development. It simplifies the process of merging and compressing JavaScript and CSS files, enhancing application performance. This tool is essential for developers looking to optimize their frontend assets efficiently.

Become-A-Full-Stack-Web-Developer: Free Resources for Web Development
July 19, 2026
The Become-A-Full-Stack-Web-Developer repository is an extensive collection of free resources designed to guide aspiring developers through the entire journey of full-stack web development. It covers a wide array of topics, from foundational languages like HTML, CSS, and JavaScript to advanced frameworks such as React and Node.js, alongside databases, APIs, and career preparation. This resource is invaluable for anyone looking to build a strong skill set in modern web development.
Source repository
Open the original repository on GitHub.
9 counted GitHub visits