This repo/chrome extension is the Meeting Copilot for Amurex—the fully open-source invisible companion for work and life. Built to seamlessly integrate with your workflow, it leverages cutting-edge AI to handle your meetings, capture important details, summarize discussions, and manage follow-up actions.
As part of the broader Amurex ecosystem, this Meeting Copilot helps you streamline your productivity by automating busywork, enabling you to focus on what truly matters.
Transparent, secure, and privacy-focused—Amurex is your trusted companion for professional productivity.
- Google Meet
- MS Teams
- More coming soon!
-
Real-time Suggestions During Meetings
Get intelligent suggestions and prompts while your meeting is happening.
-
Smart Summaries & Key Takeaways
Automatically generate comprehensive meeting summaries and action items.
-
Late Join Recap
Quickly catch up on what you missed when joining late.
-
Full Meeting Transcripts
Get accurate, real-time transcriptions of your entire meeting.
-
Built in Follow up Emails
Generate and send professional follow-up emails with one click.
- Star this repository ⭐
- Install Amurex from the Chrome Web Store
- Complete the 30 second onboarding process
- Become a 10x human with your personal copilot
Note: Sometimes the chrome extension store might contain an older version of the extension. For the latest version, please use the self hosting option.
- Clone the repository
- Configure the extension:
- Create
config.js
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;
- Navigate to
background.js
in the extension root. 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:3000", // Your web server URL ANALYTICS_ENABLED: true // Set to false to disable tracking };
- Create
- Navigate to the
backend
repository - Follow the backend setup instructions in its
README.md
- Navigate to the
web
repository - Follow the web setup instructions in its
README.md
- Load the unpacked extension in Chrome
- Download the latest zip
- Navigate to
chrome://extensions
- Enable Developer Mode
- Load the unpacked extension
We welcome contributions from the community! Here's how you can help:
- 🐛 Report Bugs: Open an issue if you find any bugs or unexpected behavior
- 💡 Suggest Features: Have an idea? Share it in the issues section
- 🛠️ Submit PRs: Want to fix a bug or add a feature? PRs are welcome
- ⭐ Spread the Word: Star the repo and share it with others
Join our discord to chat with the team and other users.