Operating System for all AETHEX
Find a file
Claude 879abba10b
fix: Memory leak in battery API event listeners
The battery level and charging event listeners were added but never
cleaned up when the component unmounts. This caused memory leaks as
anonymous functions couldn't be removed.

Fix:
- Store handler references in variables
- Properly cleanup event listeners in useEffect return function
- Prevents memory leaks on component unmount/remount cycles
2026-01-04 06:48:21 +00:00
.devcontainer Add Railway deployment config 2025-12-29 00:22:23 +00:00
.github Add GitHub Pages deployment workflow and documentation landing page 2025-12-28 10:08:21 -07:00
.vscode new file: MOBILE_FEATURES.md 2025-12-26 22:53:51 -07:00
android modified: android/.idea/misc.xml 2025-12-27 05:58:03 -07:00
api docs: Add comprehensive flow tracking and mark unfinished flows 2026-01-04 06:39:45 +00:00
attached_assets Update the website's favicon to match the operating system theme 2025-12-21 23:00:24 +00:00
client fix: Memory leak in battery API event listeners 2026-01-04 06:48:21 +00:00
configs fix(linux-iso): Fix ISO build script syntax errors and mobile app integration 2025-12-27 22:19:05 -07:00
docs docs: Add comprehensive flow tracking and mark unfinished flows 2026-01-04 06:39:45 +00:00
ios new file: MOBILE_FEATURES.md 2025-12-26 22:53:51 -07:00
migrations modified: server/routes.ts 2025-12-24 02:45:56 +00:00
os docs: Add comprehensive flow tracking and mark unfinished flows 2026-01-04 06:39:45 +00:00
script feat: Full layered OS architecture - Wine + Docker + Dev Tools 2025-12-28 10:07:32 -07:00
server Add Railway deployment config 2025-12-29 00:22:23 +00:00
shared Add Railway deployment config 2025-12-29 00:22:23 +00:00
src-tauri Resolve merge conflicts in Tauri config 2025-12-26 22:55:28 -07:00
.env modified: .env 2025-12-24 01:52:33 +00:00
.env.local modified: .env 2025-12-24 01:52:33 +00:00
.gitignore tools: add USB flash script and GitLab artifact downloader; docs: quick flashing guide; gitignore artifacts/ and ISO files 2025-12-27 23:45:00 +00:00
.gitlab-ci.yml ci: Use full OS build script with Wine + Docker 2025-12-28 10:08:21 -07:00
.replit Update authentication to use Supabase and enable user sign-up 2025-12-17 02:13:28 +00:00
aethex-desktop.service new file: README.txt 2025-12-28 02:53:08 +00:00
aethex-launcher.sh new file: README.txt 2025-12-28 02:53:08 +00:00
AETHEX_LINUX.md Add AeThex Linux bootable OS 2025-12-27 18:08:27 +00:00
build.log new file: build.log 2025-12-28 12:35:16 -07:00
capacitor.config.ts new file: MOBILE_FEATURES.md 2025-12-26 22:53:51 -07:00
components.json Extracted stack files 2025-12-15 20:52:49 +00:00
DEPLOYMENT_STATUS.md docs: Add comprehensive flow tracking and mark unfinished flows 2026-01-04 06:39:45 +00:00
DESKTOP_MOBILE_SETUP.md new file: MOBILE_FEATURES.md 2025-12-26 22:53:51 -07:00
drizzle.config.ts Extracted stack files 2025-12-15 20:52:49 +00:00
EXPANSION_COMPLETE.md new file: EXPANSION_COMPLETE.md 2025-12-24 00:24:40 +00:00
FLOWS.md docs: Add comprehensive flow tracking and mark unfinished flows 2026-01-04 06:39:45 +00:00
GITLAB_CI_SETUP.md Add GitLab CI for ISO building with 400GB storage 2025-12-27 20:34:17 +00:00
IMPLEMENTATION_COMPLETE.md modified: client/src/App.tsx 2025-12-23 03:52:48 +00:00
ISO_BUILD_FIXED.md docs: Add comprehensive ISO build fix documentation 2025-12-27 22:20:05 -07:00
LINUX_QUICKSTART.md Add AeThex Linux bootable OS 2025-12-27 18:08:27 +00:00
MOBILE_BUILD_COMPLETE.md new file: MOBILE_FEATURES.md 2025-12-26 22:53:51 -07:00
MOBILE_ENHANCEMENTS.md new file: MOBILE_FEATURES.md 2025-12-26 22:53:51 -07:00
MOBILE_FEATURES.md new file: MOBILE_FEATURES.md 2025-12-26 22:53:51 -07:00
MODE_SYSTEM_COMPLETE.md modified: server/routes.ts 2025-12-24 02:45:56 +00:00
nixpacks.toml Add Railway deployment config 2025-12-29 00:22:23 +00:00
package-lock.json fix: Add bufferutil to dependencies for Railway 2025-12-28 09:40:34 -07:00
package.json fix: Add bufferutil to dependencies for Railway 2025-12-28 09:40:34 -07:00
postcss.config.js Extracted stack files 2025-12-15 20:52:49 +00:00
PROJECT_RUNDOWN.md docs: Add comprehensive flow tracking and mark unfinished flows 2026-01-04 06:39:45 +00:00
QUICK_REFERENCE.md new file: EXPANSION_COMPLETE.md 2025-12-24 00:24:40 +00:00
QUICK_START_TAURI.md modified: package.json 2025-12-24 19:11:48 +00:00
railway.json Add Railway deployment config 2025-12-29 00:22:23 +00:00
RAILWAY_DEPLOYMENT.md Add Railway deployment config 2025-12-29 00:22:23 +00:00
README.txt new file: README.txt 2025-12-28 02:53:08 +00:00
README_EXPANSION.md new file: EXPANSION_COMPLETE.md 2025-12-24 00:24:40 +00:00
replit.md Update the operating system to launch directly into the AeThex OS desktop environment 2025-12-21 02:55:38 +00:00
SECURITY.md Revise SECURITY.md to enhance security policy details 2025-12-28 10:08:21 -07:00
SESSION_SUMMARY.md new file: EXPANSION_COMPLETE.md 2025-12-24 00:24:40 +00:00
TAURI_SETUP.md modified: package.json 2025-12-24 19:11:48 +00:00
test-implementation.sh modified: client/src/App.tsx 2025-12-23 03:52:48 +00:00
trigger-gitlab-pipeline.sh Add trigger script for GitLab CI pipeline 2025-12-27 22:09:07 +00:00
tsconfig.json Stabilize build: add Capacitor deps, TS target, stubs and guards 2025-12-27 19:37:48 +00:00
vercel.json modified: vercel.json 2025-12-23 23:04:09 +00:00
VERIFICATION_CHECKLIST.md new file: EXPANSION_COMPLETE.md 2025-12-24 00:24:40 +00:00
VERIFIED_STATUS.md Add Railway deployment config 2025-12-29 00:22:23 +00:00
vite-plugin-meta-images.ts Extracted stack files 2025-12-15 20:52:49 +00:00
vite.config.ts modified: vite.config.ts 2025-12-23 22:37:27 +00:00
WEB_VS_DESKTOP.md modified: package.json 2025-12-24 19:11:48 +00:00

AeThex Linux ISO build script is not yet implemented.
This is a placeholder artifact to validate CI wiring.

When implemented, this folder should contain:
- AeThex-Linux-<version>.iso
- SHA256 (checksum file)