{"id":15116659,"url":"https://github.com/normal-computing/fuji-web","last_synced_at":"2025-09-27T22:30:57.344Z","repository":{"id":241628530,"uuid":"710539769","full_name":"normal-computing/fuji-web","owner":"normal-computing","description":"Fuji is an AI agent that lives in your browser's sidepanel. You can now get tasks done online with a single command!","archived":false,"fork":false,"pushed_at":"2024-12-15T15:19:13.000Z","size":119317,"stargazers_count":480,"open_issues_count":50,"forks_count":49,"subscribers_count":13,"default_branch":"main","last_synced_at":"2025-09-17T23:54:37.873Z","etag":null,"topics":["ai","ai-agent","browser-extension","gpt","llm","react","web-agent"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/normal-computing.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-10-26T23:00:47.000Z","updated_at":"2025-09-15T04:40:48.000Z","dependencies_parsed_at":"2024-06-09T05:58:40.302Z","dependency_job_id":"09dc6edc-8f97-43c7-b647-7170c369018d","html_url":"https://github.com/normal-computing/fuji-web","commit_stats":null,"previous_names":["normal-computing/fuji-web","normal-computing/web-wand"],"tags_count":13,"template":false,"template_full_name":null,"purl":"pkg:github/normal-computing/fuji-web","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/normal-computing%2Ffuji-web","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/normal-computing%2Ffuji-web/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/normal-computing%2Ffuji-web/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/normal-computing%2Ffuji-web/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/normal-computing","download_url":"https://codeload.github.com/normal-computing/fuji-web/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/normal-computing%2Ffuji-web/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":277298407,"owners_count":25794832,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-09-27T02:00:08.978Z","response_time":73,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ai","ai-agent","browser-extension","gpt","llm","react","web-agent"],"created_at":"2024-09-26T01:44:29.872Z","updated_at":"2025-09-27T22:30:56.766Z","avatar_url":"https://github.com/normal-computing.png","language":"TypeScript","funding_links":[],"categories":["TypeScript","Tools"],"sub_categories":["Agent Web Interaction"],"readme":"\u003cimg src=\"public/icon-128.png\" alt=\"Fuji-web Logo\" width=\"100\"/\u003e\n\n# Fuji-Web: AI based Full Browser Automation 🗻\n\nFuji-Web is an intelligent AI partner that understands the user’s intent, navigates websites autonomously, and executes tasks on the user’s behalf while explaining each action step.\n\n### Demo\nhttps://github.com/normal-computing/fuji-web/assets/1001890/88a2fa12-31d9-4856-be67-27dcf9f1e634\n\n## How does it work?\n\n**Please read [our blog post](https://blog.normalcomputing.ai/posts/2024-05-22-introducing-fuji-web/fuji-web.html) for a demo video, benchmarks and deep-dive technical overview!**\n\n## Installing and Running\n\n### Download and Install the extension in your browser\n\n1. Go to the [releases page](https://github.com/normal-computing/fuji-web/releases), find the latest version of the extension and download \"fuji-extension.zip\".\n2. Unzip the file.\n3. Load your extension on Chrome by doing the following:\n   1. Navigate to `chrome://extensions/`\n   2. Toggle `Developer mode`\n   3. Click on `Load unpacked extension`\n   4. Select the unzipped folder\n\n### Use the extension\n\n*Please note that you may need to refresh the page for the extension to work.*\n\n1. Find the Fuji icon in the top right corner of your browser and click on it to open the sidepanel.\n2. Create or access an existing [OpenAI API Key](https://platform.openai.com/account/api-keys) or [Anthropic API key](https://console.anthropic.com/settings/keys) and paste it in the provided box. This key will be stored in your browser, and will not be uploaded to a third party.\n3. Finally, navigate to a webpage you want Fuji-Web and type in the task you want it to perform.\n\n_Note: all prompts (text and image) are sent directly to the API of your selection. Fuji-Web does not attempt to collect any information from you._\n\n### Build the extension\n\nIf you want to build the extension from source, follow these instructions:\n\n1. Ensure you have [Node.js](https://nodejs.org/). The development was done on Node v20 but it should work with some lower versions.\n2. Clone this repository\n3. Install `pnpm` globally: `npm install -g pnpm`\n4. Run `pnpm install` \n5. Run `pnpm dev` to start the development server, or `pnpm build` to build the extension.\n\nWhen loading the extension, you will need to load the `dist` folder created by the build process.\n\n## Roadmap\n\n- Expose API for easy integration with browser automation frameworks (e.g. Puppeteer, Playwright, Selenium)\n- Add support for more complex \u0026 cross-tab workflows\n- Add support for more browsing behaviors (select from dropdown, extract content from entire page etc.)\n- Add support for saving workflows\n- Add support for sharing workflows \u0026 instructions with others\n- Create wikipedia-like knowledge base where users can work together to create knowledge that can improve the Fuji-Web's performance\n\n## Troubleshooting\n\nCheck out our [Troubleshooting Guide](TROUBLESHOOTING.md) for help with common problems.\n\n## Contributing\n\nInterested in contributing to Fuji-Web? We'd love your help! Check out our [Contribution Guide](CONTRIBUTING.md) for guidelines on how to contribute, report bugs, suggest enhancements, and more. \n\nWe also have set up a dedicated channel for Fuji-Web feedback on Discord at https://discord.gg/yfMjZ8udb5.\n\n## Credits\n\n- Fuji-Web's image annotation method was inspired by Microsoft's [UFO paper](https://arxiv.org/abs/2402.07939).\n- Fuji as a tool that lives in the browser sidepanel was inspired by [TaxyAI's browser extension](https://github.com/TaxyAI/browser-extension). We also used some of its UI code.\n- The Chrome extension set-up leveraged an awesome boilerplate project [Jonghakseo/chrome-extension-boilerplate-react-vite](https://github.com/Jonghakseo/chrome-extension-boilerplate-react-vite).\n- The Fuji logo is from [Toss Face](https://emojipedia.org/toss-face) Emoji design set.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnormal-computing%2Ffuji-web","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnormal-computing%2Ffuji-web","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnormal-computing%2Ffuji-web/lists"}