AutomaApp
automa
Vue

A browser extension for automating your browser by connecting blocks

Last updated Jul 9, 2026
21.5k
Stars
2.3k
Forks
369
Issues
+12
Stars/day
Attention Score
99
Language breakdown
Vue 57.4%
JavaScript 42.1%
CSS 0.5%
HTML 0.1%
โ–ธ Files click to expand
README

Automa

Automa latest version Follow Us on Twitter Chat with us on Discord

An extension for automating your browser by connecting blocks.
Auto-fill forms, do a repetitive task, take a screenshot, or scrape website data โ€” the choice is yours. You can even schedule when the automation will execute!

Downloads

Chrome web store

Chrome Web Store

Firefox add-ons

Firefox Add-ons

Marketplace

Browse the Automa marketplace where you can share and download workflows with others. Go to the marketplace »

Automa Chrome Extension Builder

Automa Chrome Extension Builder (Automa CEB for short) allows you to generate a standalone chrome extension based on Automa workflows. Go to the documentation »

Project setup

Before running the yarn dev or yarn build script, you need to create the getPassKey.js file in the src/utils directory. Inside the file write
export default function() {
  return 'anything-you-want';
}
# Install dependencies
pnpm install

Compiles and hot-reloads for development for the chrome browser

pnpm dev

Compiles and minifies for production for the chrome browser

pnpm build

Create a zip file from the build folder

pnpm build:zip

Compiles and hot-reloads for development for the firefox browser

pnpm dev:firefox

Compiles and minifies for production for the firefox browser

pnpm build:firefox

Lints and fixes files

pnpm lint

Icon Preview

v-remixicon/icons: https://preview-v-remixicon.vercel.app/

Install Locally

Chrome

  • Open chrome and navigate to extensions page using this URL: chrome://extensions.
  • Enable the "Developer mode".
  • Click "Load unpacked extension" button, browse the automa/build directory and select it.
Install in chrome

Firefox

  • Open firefox and navigate to about:debugging#/runtime/this-firefox.
  • Click the "Load Temporary Add-on" button.
  • Browse the automa/build directory and select the manifest.json file.
Install in firefox

Contributors

Thanks to everyone who has submitted issues, made suggestions, and generally helped make this a better project.

License

Source code in this repository is variously licensed under the GNU Affero General Public License (AGPL), or the Automa Commercial License.

See LICENSE.txt for details.

๐Ÿ”— More in this category

ยฉ 2026 GitRepoTrend ยท AutomaApp/automa ยท Updated daily from GitHub