# electrico **Repository Path**: mirrors_trending/electrico ## Basic Information - **Project Name**: electrico - **Description**: A Lightweight Electron App Container - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-10-09 - **Last Updated**: 2026-03-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README
A Lightweight Electron 'compatible' App Container
Thomas Tschurtschenthaler
The Test App is configured to start up by default when Electrico is started from the project folder
cargo run
When Electrico is started in debug mode, it opens a browser dev tools window for the 'node backend' where debugging takes place. Also all GUI windows are shown with dev tools.
To start Electrico without dev tools, run
cargo run --release
## Test with App 'Codex'
As a more ambitious showcase I chose [Codex](https://codexnotes.com/) by Josh Vickery.
Clone [Codex Github](https://github.com/jcv8000/Codex) and give it a try.
From the Codex repository folder start Codex in DEV mode:
pnpm dev
Codex starts up with Electron - you may close the Electron Window as we only need the DEV-Server running on port **5173**.
Then point the link in **ResourceLink.json** to the Codex repository folder and start up Electrico:
cargo run
