Software & Apps

thepersonalaicompany/amurex: World’s first AI meeting copilot

Amurex is your simple yet powerful AI meeting assistant that seamlessly integrates into your workflow. Built with cutting-edge AI, Amurex ensures that you never miss a detail, always stay on top of action items, and make every meeting more productive.

With features like real-time suggestions, smart summaries, and follow-up emails, Amurex acts as your personal copilot for all your meetings—saving time and increasing efficiency.

As an open-source tool, Amurex is designed to be transparent, secure, and focused on privacy, giving you confidence in how your data is managed while delivering a seamless AI-driven experience.

Take control of your meetings with Amurex, and let it handle the busyness while you focus on what matters.

Supported meeting platforms

  • Real-time Suggestions During Meetings

    Get smart suggestions and prompts while your meeting is happening.

    Real-time meeting suggestions

  • Smart Summaries and Key Takeaways

    Automatically generate comprehensive meeting summaries and action items.

    Meeting summaries and takeaways

  • Late Join Recap

    Hurry up to find out what you missed by joining later.

    Late join meeting recap

  • Full Speech Transcripts

    Get accurate, real-time transcriptions of your entire meeting.

    Meeting transcriptions

  • Built on Follow up Emails

    Create and send professional follow-up emails with one click.

    Follow up emails

  1. Star this repository ⭐
  2. Install Amurex from Chrome Web Store
  3. Complete the 30 second onboarding process
  4. Become a 10x human with your personal copilot

Note: Sometimes the chrome extension store may have an older version of the extension. For the latest version, please use the self-hosting option.

  1. Clone the repository
  2. Configure the extension:
    • make config.js in the root extension:
    const AMUREX_CONFIG = {
      BASE_URL_BACKEND: "http://localhost:8080",  // Your backend server URL
      BASE_URL_WEB: "http://localhost:8080",      // Your web server URL
      ANALYTICS_ENABLED: true                     // Set to false to disable tracking
    };
    window.AMUREX_CONFIG = AMUREX_CONFIG;
    • Navigate to background.js in the root extension. This file is used by the service worker to communicate with the backend.
    const AMUREX_CONFIG = {
      BASE_URL_BACKEND: "http://localhost:8080",  // Your backend server URL
      BASE_URL_WEB: "http://localhost:8080",      // Your web server URL
      ANALYTICS_ENABLED: true                     // Set to false to disable tracking
    };
  3. Lead to backend StorehouSe
  4. Follow its backend setup instructions README.md
  5. Load the unpacked Chrome extension

Using the development version

  1. Download the latest zip
  2. Navigate to chrome://extensions
  3. Enable Developer Mode
  4. Load the unpacked extension

We welcome contributions from the community! Here’s how you can help:

  1. 🐛 Report Bugs: Open an issue if you find any bugs or unexpected behavior
  2. 💡 Suggest Features: Do you have an idea? Share it in the issues section
  3. 🛠️ Submit PRs: Want to fix a bug or add a feature? PRs are welcome
  4. Spread the Word: Star the repo and share it with others

Join us controversy to chat with the team and other users.

Made with ❤️ for better meetings life


https://opengraph.githubassets.com/ba70576eede63a0292b8cf937193b4934d32cdbc1807f22846aaa41517f79c2f/thepersonalaicompany/amurex

2025-01-21 15:29:00

Related Articles

Leave a Reply

Your email address will not be published. Required fields are marked *

Back to top button