Official Bug Tracking & Issue Management for ArxOS
Report Bugs • Request Features • Track Fixes • Community Support
This repository is the official bug tracker for ArxOS v2026.1 ~ Venus and all future releases. Whether you've encountered a bug, have a feature suggestion, or need help troubleshooting, this is the place to report it.
Why a separate repo? Keeping bugs and issues separate from the main codebase makes it easier to track, prioritize, and resolve problems without cluttering the main repository.
-
🐛 Bugs & Errors
- System crashes or freezes
- Package installation failures
- Hardware compatibility issues
- Performance problems
- GUI/Desktop environment glitches
- Script or tool malfunctions
- Boot or installation issues
-
💡 Feature Requests
- New tool suggestions
- Workflow improvements
- Desktop customization ideas
- Automation script requests
- Documentation improvements
-
📚 Documentation Issues
- Unclear instructions
- Missing information
- Outdated guides
- Typos or errors in docs
-
🔧 Enhancement Suggestions
- Performance optimizations
- User experience improvements
- Configuration suggestions
- Integration requests
- General Linux questions - Use Arch forums or r/archlinux
- How-to questions - Check our documentation first
- BlackArch tool bugs - Report to BlackArch project
- Upstream package bugs - Report to package maintainers
- Security vulnerabilities - Email contact.arxos@proton.me privately
Before creating a new issue, please:
- Search existing issues - Your problem might already be reported
- Check the documentation - ArxOS README
- Update your system - Run
arxos-updateorsudo pacman -Syu - Try basic troubleshooting - Reboot, clear cache, check logs
- Read the FAQ - See below for common issues
Have this ready before reporting:
# System information
uname -a
neofetch # or myfastfetch
# ArxOS version
cat /etc/os-release
# Package versions (if package-related)
pacman -Q | grep package-name
# Error logs
journalctl -xe # System logs
dmesg | tail -50 # Kernel messages
# Hardware info (if hardware-related)
lspci
lsusb
inxi -FxzWhen creating a new issue, use one of our templates:
- 🐛 Bug Report - For system errors and malfunctions
- 💡 Feature Request - For new features or enhancements
- 📚 Documentation - For documentation issues
- ❓ Question - For general questions (if not answered in docs)
## Bug Description
A clear and concise description of what the bug is.
## Steps to Reproduce
1. Go to '...'
2. Click on '....'
3. Run command '....'
4. See error
## Expected Behavior
What you expected to happen.
## Actual Behavior
What actually happened.
## System Information
- **ArxOS Version**: v2026.1 ~ Venus
- **Kernel Version**: (from `uname -r`)
- **Desktop Environment**: KDE Plasma 6
- **CPU**: (from `lscpu`)
- **GPU**: (from `lspci | grep VGA`)
- **RAM**: (from `free -h`)
## Error MessagesPaste error messages or logs here
## Screenshots
If applicable, add screenshots to help explain your problem.
## Additional Context
Any other information that might be helpful.
## Feature Description
A clear description of the feature you'd like to see.
## Use Case
Explain why this feature would be useful and how you'd use it.
## Proposed Solution
How you think this could be implemented.
## Alternatives Considered
Any alternative solutions or features you've considered.
## Additional Context
Any other context, mockups, or examples.We use labels to categorize and prioritize issues:
bug- Something isn't workingenhancement- New feature or requestdocumentation- Documentation improvementsquestion- Further information requestedhelp-wanted- Community help needed
priority: critical- System-breaking bugspriority: high- Major issues affecting many userspriority: medium- Moderate issuespriority: low- Minor issues or nice-to-haves
status: investigating- Under investigationstatus: confirmed- Bug confirmed, working on fixstatus: in-progress- Currently being worked onstatus: needs-info- More information neededstatus: wont-fix- Won't be fixed (with explanation)status: duplicate- Duplicate of another issue
component: installer- Calamares installer issuescomponent: desktop- KDE Plasma/GUI issuescomponent: kernel- Kernel-related issuescomponent: packages- Package management issuescomponent: hardware- Hardware compatibilitycomponent: performance- Performance issuescomponent: scripts- Custom script issuescomponent: network- Network/connectivity issues
# Boot into live USB
# Mount your installation
mount /dev/sdXY /mnt
arch-chroot /mnt
# Reinstall GRUB
grub-install /dev/sdX
grub-mkconfig -o /boot/grub/grub.cfg# Clear package cache
sudo pacman -Scc
# Refresh mirrors
arxos-mirrors
# Try update again
arxos-update# Remove orphaned packages
arxos-orphans
# Or manually:
sudo pacman -Rns $(pacman -Qtdq)# Reinstall Plasma
sudo pacman -S plasma-meta
# Reset KDE config
mv ~/.config/plasma* ~/.config/plasma-backup/# Check status
cpu-governor status
# Reinstall if needed
cd ~/cpu-governor
sudo ./install.sh# Check network manager
sudo systemctl status NetworkManager
sudo systemctl restart NetworkManager
# Or use nmcli
nmcli device wifi list
nmcli device wifi connect "SSID" password "password"Want to help fix bugs? Here's how:
- Fork the main ArxOS repository
- Create a branch for your fix
git checkout -b fix/issue-123
- Make your changes and test thoroughly
- Reference the issue in your commit
git commit -m "Fix: Resolve boot issue (#123)" - Submit a pull request to the main repo
- Link to this issue in your PR description
- Test proposed fixes and report results
- Provide additional information when requested
- Verify fixes on different hardware
- Update the issue with your findings
- Improve documentation based on common issues
- Write tutorials for workarounds
- Update FAQ with solutions
- Clarify confusing instructions
- System won't boot
- Data loss or corruption
- Security vulnerabilities
- Complete system failure
- Major features broken
- Affects most users
- Significant performance degradation
- Hardware compatibility issues
- Minor features broken
- Affects some users
- Moderate inconvenience
- Cosmetic issues with impact
- Minor cosmetic issues
- Edge case bugs
- Enhancement requests
- Documentation improvements
DO NOT report security vulnerabilities as public issues.
- Email: contact.arxos@proton.me
- Subject: [SECURITY] Brief description
- Include:
- Vulnerability description
- Steps to reproduce
- Potential impact
- Suggested fix (if any)
We'll respond within 48 hours and work with you to resolve the issue before public disclosure.
- Documentation: ArxOS README
- Website: thearxos.github.io
- Scripts & Tools: ArxOS Tools Repository
- Arch Wiki: wiki.archlinux.org
- GitHub Issues: For bugs and feature requests (this repo)
- Email: contact.arxos@proton.me (for private matters)
- Website: thearxos.github.io/contact
- Critical bugs: Within 24 hours
- High priority: Within 3 days
- Medium/Low: Within 1 week
- Feature requests: Reviewed monthly
Track our progress:
- Open Issues:
- Closed Issues:
- Average Resolution Time: Updated monthly
- Most Common Issues: See Wiki
We recognize and thank our top bug reporters and fixers:
- 🥇 Most Helpful Bug Reports: Listed quarterly
- 🥈 Most Fixes Contributed: Updated monthly
- 🥉 Best Testers: Recognized annually
Want to be featured? Contribute quality bug reports and help test fixes!
- ✅ Be respectful and professional
- ✅ Provide detailed information
- ✅ Follow up on your issues
- ✅ Test proposed solutions
- ✅ Mark issues as resolved when fixed
- ✅ Thank contributors for their help
- ❌ Bump issues unnecessarily
- ❌ Open duplicate issues
- ❌ Use issues for chat/discussion
- ❌ Demand immediate fixes
- ❌ Post "+1" or "me too" comments (use 👍 reaction instead)
- ❌ Go off-topic
- ArxOS Website: thearxos.github.io
- Main Repository: github.com/thearxos/thearxos.github.io
- Tools & Scripts: github.com/thearxos/tools-scripts
- CPU Governor: github.com/0xb0rn3/cpu-governor
- Developer Portfolio: 0xb0rn3.github.io
We publish monthly summaries of:
- Bugs fixed
- Features implemented
- Most common issues
- Upcoming improvements
Check the Releases section for monthly reports.
Your bug reports and feedback help make ArxOS better for everyone. Thank you for:
- Taking the time to report issues
- Providing detailed information
- Testing fixes and updates
- Contributing solutions
- Being patient while we work on fixes
- Being part of the ArxOS community
Made with 🐛 by the ArxOS Community
© 2026 ArxOS • Created by oxbv1 | 0xb0rn3
ArxOS Bug Tracker — Together, we build a better OS 🐛
