Releases: AllComplement/elyune
Releases · AllComplement/elyune
Elyune v1.0.0
What's Changed
$CHANGELOG
Installation
Chrome/Edge
- Download
elyune-chrome-v1.0.0.zip - Unzip the file
- Open Chrome and go to
chrome://extensions/ - Enable "Developer mode" (toggle in top right)
- Click "Load unpacked"
- Select the unzipped folder
Firefox
- Download
elyune-firefox-v1.0.0.zip - Open Firefox and go to
about:debugging#/runtime/this-firefox - Click "Load Temporary Add-on"
- Select the zip file
Note: Firefox temporary add-ons are removed when Firefox restarts. For permanent installation, the extension needs to be signed by Mozilla.
Backend Setup
For the complete Elyune experience with transcription and AI analysis, you'll need to run the backend:
cd elyune-backend
cp .env.example .env
# Configure your API keys in .env
docker compose up -dSee the README for full setup instructions.