# amurex
**Repository Path**: mirrors_trending/amurex
## Basic Information
- **Project Name**: amurex
- **Description**: World's first AI meeting copilot → The Invisible Companion for Work + Life
- **Primary Language**: Unknown
- **License**: AGPL-3.0
- **Default Branch**: main
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2024-12-19
- **Last Updated**: 2026-03-28
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
## About Amurex
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.
## Supported meeting platforms
- Google Meet
- MS Teams
- [ ] More coming soon!
## Features
- **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.
## Quick Start
0. Star this repository :star:
1. Install Amurex from the [Chrome Web Store](https://chromewebstore.google.com/detail/amurex/dckidmhhpnfhachdpobgfbjnhfnmddmc)
2. Complete the 30 second onboarding process
3. 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.
## Self Hosting
1. Clone the repository
2. Configure the extension:
- Create `config.js` in the extension root:
```javascript
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.
```javascript
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 [`backend`](https://github.com/thepersonalaicompany/amurex-backend) repository
4. Follow the backend setup instructions in its `README.md`
5. Navigate to the [`web`](https://github.com/thepersonalaicompany/amurex-web) repository
6. Follow the web setup instructions in its `README.md`
7. Load the unpacked extension in Chrome
## Using the development version
1. Download the latest zip
2. Navigate to `chrome://extensions`
3. Enable Developer Mode
4. Load the unpacked extension
## Get Involved
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**: 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 our [discord](https://discord.gg/PTUSVUJRM3) to chat with the team and other users.
Made with ❤️ for better meetings life