Amurex: Your AI Meeting Copilot for Enhanced Productivity
This repository profile is provided by osrepos.com, an open source repository discovery platform.
Summary
Amurex is an open-source AI meeting copilot designed to enhance productivity in work and life. This Chrome extension seamlessly integrates with meeting platforms like Google Meet and MS Teams, offering real-time suggestions, smart summaries, and full meeting transcripts. It helps users automate busywork, manage follow-up actions, and stay focused on important discussions.
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
Amurex is the world's first AI meeting copilot, an invisible companion for work and life. This fully open-source Chrome extension, developed by The Personal AI Company, revolutionizes how you handle meetings by leveraging cutting-edge AI. It's designed to seamlessly integrate into your workflow, automating tasks like capturing important details, summarizing discussions, and managing follow-up actions, allowing you to focus on what truly matters. Amurex supports popular platforms such as Google Meet and MS Teams, with more coming soon.
Installation
You have two primary ways to get started with Amurex:
Quick Start
- Star this repository :star: on GitHub.
- Install Amurex from the Chrome Web Store.
- Complete the 30-second onboarding process.
- Begin experiencing enhanced productivity with your personal copilot.
Note: The Chrome Web Store might sometimes contain an older version. For the latest features, consider self-hosting.
Self-Hosting
For developers or those who prefer the latest version, Amurex can be self-hosted:
- Clone the Amurex repository.
- Configure the extension by creating a
config.jsfile in the extension root:
Also, updateconst AMUREX_CONFIG = { BASE_URL_BACKEND: "http://localhost:8080", // Your backend server URL BASE_URL_WEB: "http://localhost:3000", // Your web server URL ANALYTICS_ENABLED: true // Set to false to disable tracking }; window.AMUREX_CONFIG = AMUREX_CONFIG;background.jswith similar configuration:const AMUREX_CONFIG = { BASE_URL_BACKEND: "http://localhost:8080", // Your backend server URL BASE_URL_WEB: "http://localhost:3000", // Your web server URL ANALYTICS_ENABLED: true // Set to false to disable tracking }; - Navigate to the Amurex Backend repository and follow its setup instructions.
- Navigate to the Amurex Web repository and follow its setup instructions.
- Load the unpacked extension in Chrome via
chrome://extensionswith Developer Mode enabled.
Features and Examples
Amurex comes packed with powerful features designed to make your meetings more efficient:
- Real-time Suggestions During Meetings: Get intelligent suggestions and prompts as your meeting progresses, helping you stay on track and contribute effectively.
- Smart Summaries & Key Takeaways: Automatically generate comprehensive meeting summaries and actionable items, ensuring nothing important is missed.
- Late Join Recap: If you join a meeting late, Amurex provides a quick recap of what you've missed, allowing you to catch up instantly.
- Full Meeting Transcripts: Obtain accurate, real-time transcriptions of your entire meeting, providing a complete record of discussions.
- Built-in Follow-up Emails: Generate and send professional follow-up emails with a single click, streamlining post-meeting communications.
Why Use Amurex?
Amurex is built with transparency, security, and privacy at its core. As an open-source project, it offers unparalleled insight into its operations and fosters community contributions. By automating busywork and providing intelligent assistance, Amurex helps you streamline your productivity, enabling you to focus on strategic tasks and truly important discussions. It's your trusted companion for professional productivity, helping you become a more efficient and effective individual in both work and life.
Links
- GitHub Repository: thepersonalaicompany/amurex
- Chrome Web Store: Amurex
- Amurex Backend: thepersonalaicompany/amurex-backend
- Amurex Web: thepersonalaicompany/amurex-web
- Twitter: @thepersonalaico
- Discord: Join the Community
Related repositories
Similar repositories that may be relevant next.
Guaardvark: Your Self-Hosted AI Studio for Agents, Media, and Code
September 21, 2026
Guaardvark is a comprehensive, self-hosted AI studio designed for local execution of advanced AI tasks. It integrates coding agents, media generation (video, image, music, voice), and robust RAG capabilities, all running on a single GPU. This platform prioritizes privacy and user control, enabling a full AI workstation experience on your own hardware.

APort Agent Guardrails: Deterministic Pre-Action Authorization for AI Agents
September 19, 2026
APort Agent Guardrails provides deterministic pre-action authorization for AI agents, running security checks before any tool execution. This crucial mechanism prevents prompt injection from bypassing policy, ensuring robust and auditable protection for AI-driven operations.

aport-spec: The Open Agent Passport (OAP) Specification for AI Agent Trust
September 18, 2026
The aport-spec repository introduces the Open Agent Passport (OAP) specification, a critical framework for establishing trust in AI agents. It defines a lightweight, cryptographically verifiable credential, enabling real-time, pre-action authorization for AI agents across various platforms. OAP provides the essential runtime trust layer for secure and scalable agentic commerce.

Atlas: Source Control for AI Coding Agents
September 17, 2026
Atlas is an innovative source control system designed specifically for AI coding agents. It allows developers to manage multiple agents, track their changes, and query their activities in a unified environment. Built in Rust, Atlas ensures that every agent's commit is linked to its session, providing full context including prompts and tool calls.
Source repository
Open the original repository on GitHub.
20 counted GitHub visits