Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Type
/
to search
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
stslex
/
splitway
Public
Notifications
You must be signed in to change notification settings
Fork
0
Star
1
Code
Issues
0
Pull requests
1
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Dev
- #37
#37
Merged
stslex
merged 28 commits into
master
stslex/splitway:master
from
dev
stslex/splitway:dev
Copy head branch name to clipboard
Jun 26, 2026
Conversation
Commits
28
(28)
Checks
Files changed
Merged
Dev
#37
stslex
merged 28 commits into
master
stslex/splitway:master
from
dev
stslex/splitway:dev
Copy head branch name to clipboard
Commits
Commits on Jun 24, 2026
feat(packaging): point unit at StateDirectory config + set GUI Wayland app_id
Show description for 0f06b10
stslex
and
claude
committed
0f06b10
View commit details
Copy full SHA for 0f06b10
Browse repository at this point
feat(packaging): define the musl-static `splitway` core deb/rpm package
Show description for 9a13054
stslex
and
claude
committed
9a13054
View commit details
Copy full SHA for 9a13054
Browse repository at this point
feat(packaging): add the splitway-gui deb/rpm package + socket-group opt-in
Show description for 2e75c50
stslex
and
claude
committed
2e75c50
View commit details
Copy full SHA for 2e75c50
Browse repository at this point
ci(packaging): build deb/rpm (musl core + glibc-floor GUI) + install tests
Show description for 56a4645
stslex
and
claude
committed
56a4645
View commit details
Copy full SHA for 56a4645
Browse repository at this point
ci(packaging): publish signed apt/dnf repos to GitHub Pages (push-only)
Show description for 91e93b0
stslex
and
claude
committed
91e93b0
View commit details
Copy full SHA for 91e93b0
Browse repository at this point
feat(packaging): Arch PKGBUILDs + signed pacman repo (AUR push deferred)
Show description for 3f98640
stslex
and
claude
committed
3f98640
View commit details
Copy full SHA for 3f98640
Browse repository at this point
docs(packaging): apt/dnf/Arch install + packaging guide + Phase 6 done
Show description for 85156c1
stslex
and
claude
committed
85156c1
View commit details
Copy full SHA for 85156c1
Browse repository at this point
refactor(packaging): defensive hardening from self-review
Show description for e6f221f
stslex
and
claude
committed
e6f221f
View commit details
Copy full SHA for e6f221f
Browse repository at this point
Commits on Jun 25, 2026
fix(packaging): address PR #36 review — CI build-blockers + hardening
Show description for 3cb9760
stslex
and
claude
committed
3cb9760
View commit details
Copy full SHA for 3cb9760
Browse repository at this point
fix(packaging): address Codex re-review — versioned provides + rpm tooling
Show description for 66634a2
stslex
and
claude
committed
66634a2
View commit details
Copy full SHA for 66634a2
Browse repository at this point
fix(packaging): sync AUR pkgver on the release auto-bump (Codex P2)
Show description for b326036
stslex
and
claude
committed
b326036
View commit details
Copy full SHA for b326036
Browse repository at this point
fix(packaging): GUI EGL dep + Arch icon/desktop preinstall (Codex re-review)
Show description for 6de36d7
stslex
and
claude
committed
6de36d7
View commit details
Copy full SHA for 6de36d7
Browse repository at this point
fix(packaging): GUI xkbcommon-x11 dep + 4 self-review hardenings (review round 3)
Show description for 9e811e1
stslex
and
claude
committed
9e811e1
View commit details
Copy full SHA for 9e811e1
Browse repository at this point
fix(packaging): pin AUR pkgver to the released tag, not the bumped daemon (Codex P2)
Show description for 9998f4c
stslex
and
claude
committed
9998f4c
View commit details
Copy full SHA for 9998f4c
Browse repository at this point
fix(packaging): key build-arch source archive on PKGBUILD pkgver, not daemon (Codex P2)
Show description for 7154872
stslex
and
claude
committed
7154872
View commit details
Copy full SHA for 7154872
Browse repository at this point
fix(packaging): build Arch packages as the release version, not the pinned tag (Codex P1)
Show description for 839c42f
stslex
and
claude
committed
839c42f
View commit details
Copy full SHA for 839c42f
Browse repository at this point
fix(packaging): use pacman -Syu (not -Sy) in install snippets (Codex P2)
Show description for a1aa009
stslex
and
claude
committed
a1aa009
View commit details
Copy full SHA for a1aa009
Browse repository at this point
Merge pull request #36 from stslex/phase-6-packaging
Show description for b210631
stslex
authored
b210631
View commit details
Copy full SHA for b210631
Browse repository at this point
Commits on Jun 26, 2026
Merge remote-tracking branch 'origin/master' into dev
stslex
committed
f42b0b8
View commit details
Copy full SHA for f42b0b8
Browse repository at this point
fix(packaging): keep Cargo.lock in lockstep with the release bump
Show description for 38476f7
stslex
and
claude
committed
38476f7
View commit details
Copy full SHA for 38476f7
Browse repository at this point
fix(packaging): make publish-pages post-deploy smoke non-fatal
Show description for 1ca0a83
stslex
and
claude
committed
1ca0a83
View commit details
Copy full SHA for 1ca0a83
Browse repository at this point
fix(packaging): robust dnf passphrase handling + monotonic dev pkgver
Show description for a8da270
stslex
and
claude
committed
a8da270
View commit details
Copy full SHA for a8da270
Browse repository at this point
docs(packaging): sync GUI dep lists with manifests; note portal + pkgver
Show description for 6f7c141
stslex
and
claude
committed
6f7c141
View commit details
Copy full SHA for 6f7c141
Browse repository at this point
ci(release): auto-open a master→dev sync PR after the post-release bump
Show description for 4f3d086
stslex
and
claude
committed
4f3d086
View commit details
Copy full SHA for 4f3d086
Browse repository at this point
ci: harden the Cargo.lock drift guard against transient registry errors
Show description for 672a9e6
stslex
and
claude
committed
672a9e6
View commit details
Copy full SHA for 672a9e6
Browse repository at this point
fix(packaging): don't pin splitway-bin to assets that may not exist yet
Show description for d0d8956
stslex
and
claude
committed
d0d8956
View commit details
Copy full SHA for d0d8956
Browse repository at this point
fix(packaging): add the Wayland-EGL runtime dep to the GUI package (Codex P2)
Show description for d363052
stslex
and
claude
committed
d363052
View commit details
Copy full SHA for d363052
Browse repository at this point
fix(packaging): depend on the group-creation tool for the opt-in group (Codex P2)
Show description for f86729e
stslex
and
claude
committed
f86729e
View commit details
Copy full SHA for f86729e
Browse repository at this point
You can’t perform that action at this time.