Amurex: Your AI Meeting Copilot for Enhanced Productivity

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

Amurex: Your AI Meeting Copilot for Enhanced Productivity

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

Analyzed by OSRepos on October 23, 2025

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

  1. Star this repository :star: on GitHub.
  2. Install Amurex from the Chrome Web Store.
  3. Complete the 30-second onboarding process.
  4. 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:

  1. Clone the Amurex repository.
  2. Configure the extension by creating a config.js file in the extension root:
    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
    };
    window.AMUREX_CONFIG = AMUREX_CONFIG;
    
    Also, update background.js with 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
    };
    
  3. Navigate to the Amurex Backend repository and follow its setup instructions.
  4. Navigate to the Amurex Web repository and follow its setup instructions.
  5. Load the unpacked extension in Chrome via chrome://extensions with 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

Related repositories

Similar repositories that may be relevant next.

ext-apps: Standard for UIs Embedded in AI Chatbots with MCP Protocol

ext-apps: Standard for UIs Embedded in AI Chatbots with MCP Protocol

August 6, 2026

MCP Apps provides a standardized way to deliver interactive UIs from MCP servers, rendering inline in compliant chat clients like Claude and ChatGPT. This repository contains the official specification and SDK for building these interactive UIs. It enables developers to create rich user experiences, such as charts, forms, and dashboards, directly within AI chatbot conversations.

aiappsmcp
Axolotl: Streamlining LLM Fine-tuning with a Powerful Open-Source Framework

Axolotl: Streamlining LLM Fine-tuning with a Powerful Open-Source Framework

July 7, 2026

Axolotl is a comprehensive, free, and open-source framework designed to simplify the post-training and fine-tuning processes for large language models (LLMs). It offers extensive model support, diverse training methods, and robust performance optimizations, making it an invaluable tool for researchers and developers. With easy configuration and cloud-ready deployment, Axolotl empowers users to efficiently customize and enhance LLMs.

fine-tuningllmpython
Zero: The AI Coding Agent for Your Local Terminal

Zero: The AI Coding Agent for Your Local Terminal

July 6, 2026

Zero is an innovative AI coding agent designed for your local terminal, offering powerful capabilities to inspect repositories, edit files, run commands, and utilize browser/terminal helpers. It provides durable local sessions while giving users full control over the AI model and permission levels. This tool empowers developers with a customizable and secure AI assistant directly within their development environment.

aiai-agentcli
Griptape: Modular Python Framework for AI Agents and Workflows

Griptape: Modular Python Framework for AI Agents and Workflows

July 5, 2026

Griptape is a modular Python framework designed to simplify the development of generative AI applications. It provides a flexible set of abstractions for working with Large Language Models (LLMs), Retrieval-Augmented Generation (RAG), and various other AI components. With its structured approach, Griptape enables developers to build sophisticated AI agents and workflows efficiently.

aipythonllm

Source repository

Open the original repository on GitHub.

15 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 ❤️