Collaboration
Amurex is your simple yet powerful AI meeting assistant that seamlessly integrates into your workflow. Built with cutting-edge AI, Amurex ensures 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 boosting efficiency.
As an open-source tool, Amurex is designed to be transparent, secure, and privacy-focused, giving you confidence in how your data is handled while delivering a seamless AI-driven experience.
Take control of your meetings with Amurex, and let it handle the busywork while you focus on what truly matters.
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.
Note: Sometimes the chrome extension store might contain an older version of the extension. For the latest version, please use the self hosting option.
config.js
in the extension root: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;
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:8080", // Your web server URL
ANALYTICS_ENABLED: true // Set to false to disable tracking
};
backend
repositoryREADME.md
chrome://extensions
We welcome contributions from the community! Here's how you can help:
Join our discord to chat with the team and other users.