Phoenix TUI Framework v0.1.0-beta.4 Released #5
kolkov
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Release Date: October 28, 2025
Status: Beta (API may change)
Installation:
go get github.com/phoenix-tui/phoenix/tea@v0.1.0-beta.4We're excited to announce the release of Phoenix TUI Framework v0.1.0-beta.4! This release brings significant API improvements, enhanced cross-platform reliability, and better developer experience.
Highlights
API Modernization (BREAKING CHANGE)
Phoenix now follows industry-standard API patterns inspired by Relica and OpenTelemetry:
Before (exposing internals):
After (clean public API):
Benefits:
input.NewTextArea()instead ofmodel.NewTextArea()/internal/prevents external imports of implementationAll 10 modules have been refactored with this pattern. See migration guide for upgrade instructions.
Performance Improvement (+5%)
Migrated type aliases to wrapper types, resulting in:
Component Enhancements
TextArea component now includes:
\x1b[7m)Cross-Platform Reliability
GOOS=linuxbuildsQuality Metrics
Installation
Multi-module monorepo: Each module can be imported independently. Use only what you need!
Breaking Changes
Import paths have changed for all modules. The migration is straightforward:
Automated migration using
gofmt -r:See complete migration guide in CHANGELOG.md.
What's Next
Week 15-16: Advanced features
Week 17-18: Real-world validation
Week 19-20: v0.1.0 Launch
Documentation
Feedback Welcome!
Phoenix is in beta and we're actively seeking feedback:
Note: This is a beta release. API may change based on community feedback. Breaking changes are acceptable until v0.1.0 stable.
Why Phoenix?
Phoenix solves critical issues in existing TUI frameworks:
Try It Out
Thank You
Thank you to everyone who has contributed to Phoenix! Special thanks to the Go community for feedback and support.
Links:
Stay tuned for v0.1.0 stable release coming soon! 🚀
Beta Was this translation helpful? Give feedback.
All reactions