Scramble: An Open-Source AI Writing Assistant for Your Browser

This repository profile is provided by osrepos.com, an open source repository discovery platform.

Scramble: An Open-Source AI Writing Assistant for Your Browser

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

Analyzed by OSRepos on May 12, 2026

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

  1. Clone the Scramble repository: git clone https://github.com/zlwaterfield/scramble.git
  2. Navigate into the cloned directory.
  3. Run npm install to install dependencies.
  4. Execute npm run build to build the extension.
  5. Open Chrome and go to chrome://extensions/.
  6. Enable "Developer mode" in the top right corner.
  7. Click "Load unpacked" and select the dist/chrome directory from your cloned repository.

Firefox Installation

  1. Clone the Scramble repository: git clone https://github.com/zlwaterfield/scramble.git
  2. Navigate into the cloned directory.
  3. Run npm install to install dependencies.
  4. Execute npm run build to build the extension.
  5. Open Firefox and go to about:debugging#/runtime/this-firefox.
  6. Click "Load Temporary Add-on".
  7. Navigate to the dist/firefox directory within your cloned repository and select manifest.json.

Examples

Using Scramble to enhance your text is intuitive:

  1. Highlight the text you wish to improve on any webpage.
  2. Right-click to open the context menu.
  3. Select "Scramble" and then choose from a variety of text enhancement options.
  4. 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

Related repositories

Similar repositories that may be relevant next.

Agent-Memory: Persistent Memory for AI Coding Agents

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.

AIAgent MemoryLLM
Flask-Assets: Seamless Asset Management for Flask Applications

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.

PythonFlaskWeb Development
webassets: Asset Management for Python Web Development

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.

PythonWeb DevelopmentAsset Management
Become-A-Full-Stack-Web-Developer: Free Resources for Web Development

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.

Full StackWeb DevelopmentLearning Resources

Source repository

Open the original repository on GitHub.

9 counted GitHub visits

View on GitHub
OS
OSRepos

Analysis and discovery of open source repositories. Find interesting projects and follow their updates.

Monitor your website with YourWebsiteScore

OSRepos shares public repositories for knowledge and discovery only. Any installation, execution, configuration, or use of third-party repository code is at your own risk. Always review source code, dependencies, licenses, and security implications before running anything.

© 2025 OSRepos. Built with Nuxt 3 and lots of ❤️