Imhotep Tasks is a modern, intuitive task management system designed to help individuals organize, prioritize, and track their daily tasks with ease. With a clean, responsive interface and powerful features, Imhotep Tasks makes staying productive simpler than ever.
- Task Management - Create, organize, and track tasks with custom categories and priorities
- Deadline Management - Set due dates and never miss important deadlines
- User Authentication - Secure account system with customizable user profiles
- Responsive Design - Seamless experience across all devices and screen sizes
- Background Sync - Create tasks offline that automatically sync when you're back online
Access Imhotep Tasks from any modern browser at Imhotep Tasks
Native desktop applications built with Electron:
- 📱 Android APK
- 📱 iOS: Use as PWA (Progressive Web App) by following these instructions
All versions can be found on our releases page.
For the latest releases and downloads:
- Web App: https://imhoteptasks.pythonanywhere.com
- All Platforms: Visit our Downloads Page for detailed installation instructions
- Release History: Check our Version History for updates and changes
- Frontend: HTML, CSS (Tailwind CSS), JavaScript
- Backend: Django (Python)
- Database: Relational Database System
- PWA Features: Service Workers, IndexedDB
- Desktop Apps: Electron
- Python 3.8+
- pip
# Clone the repository
git clone https://github.com/Imhotep-Tech/imhotep_tasks.git
cd imhotep_tasks
# Create and activate virtual environment
python -m venv venv
source venv/bin/activate # On Windows, use: venv\Scripts\activate
# Install dependencies
pip install -r requirements.txt
# Apply migrations
python manage.py migrate
# Run development server
python manage.py runserver
Visit http://localhost:8000
in your browser to access the application.
Imhotep Tasks is available as a Progressive Web App. When visiting the application in a supported browser, you'll be prompted to install it on your device for offline access. For detailed installation instructions, visit our download page.
- Mobile apps for iOS and Android
- Team collaboration features
- Calendar integration
- Advanced analytics and reporting
- More customization options
Contributions are welcome! Feel free to submit issues or pull requests.
Please read our Code of Conduct and Security Policy before contributing to the project.
Imhotep Tasks is licensed under the AGPL-3.0 License for non-commercial use and contributions. For commercial use, a separate license is required. See the LICENSE file for more information.
We take security seriously. If you discover a security vulnerability, please follow the guidelines in our Security Policy.
Imhotep Tech is dedicated to developing innovative software solutions that enhance productivity and simplify complex workflows.