A task manager built with Zig.
# Add a task
tip task add --name=github --desc="Review code"
# List tasks
tip task --list
# Run tests
zig build test --summary all- Roadmap - Development timeline and milestones
- Architecture - System design and technical details
git clone https://github.com/atisans/tip
cd tip
zig build- Zig 0.15+
# Run all tests
zig build test --summary all# Build CLI
zig build
# Run the CLI
zig build runIndividual Users
- Secure personal password vault
- Task and todo list management
- Offline-first operation
Teams
- Shared password management
- Collaborative task tracking
- Team member permissions
- Audit trails and compliance
Developers
- CLI-based automation
- REST API integration
- Custom field support
- Git-friendly configuration
- Master password never stored, only derived key
- All sensitive data encrypted at rest and in transit
- Uses industry-standard cryptographic algorithms
- Comprehensive audit logging
- Regular security assessments recommended
Tip is designed for self-hosted deployment:
MIT License - See LICENSE
Contributions welcome! Please see the development roadmap in docs/ROADMAP.md
- Documentation: docs/
- Issues: GitHub Issues