Skip to content

LifeOS is a lightweight personal operating system built with **FastAPI** (Python) and a simple HTML/JS frontend. It includes an AI chat assistant powered by **Groq API**, plus tools for **To-Do**, **Notes**, **Habits**, and **Health tracking**. This is **Version 1**, focusing on simplicity and basic functionality.

Notifications You must be signed in to change notification settings

Smitaambiger/LIFEOS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LifeOS - run instructions (Windows + VS Code)

1) Open PowerShell in D:\lifeOS\backend
2) Create virtual env:
   py -m venv .venv
3) Activate:
   .venv\Scripts\Activate
4) Install packages:
   pip install -r requirements.txt
5) Start server:
   uvicorn app.main:app --reload --port 8000
6) Open browser: http://127.0.0.1:8000

About

LifeOS is a lightweight personal operating system built with **FastAPI** (Python) and a simple HTML/JS frontend. It includes an AI chat assistant powered by **Groq API**, plus tools for **To-Do**, **Notes**, **Habits**, and **Health tracking**. This is **Version 1**, focusing on simplicity and basic functionality.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published