How to get involved
Pick what feels right. No contribution is too small.
Open an Issue
Report a bug, suggest a feature, or start a discussion.
Submit a Pull Request
Fix something, build something, improve something.
Getting started
- Clone the repo
git clone https://github.com/ianomad/termx.git - Build and run
./dev.shbuilds, rebrands, and launches a dev build. - Make your changes
Swift for new features, Objective-C when modifying existing ObjC code. See CLAUDE.md for conventions. - Test
tools/run_tests.expect ModernTests/SomeTest/testMethod - Open a PR
Describe what you changed and why. Screenshots welcome for UI work.