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
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
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 }}
bethropolis
/
localgo
Public
Notifications
You must be signed in to change notification settings
Fork
1
Star
14
Code
Issues
0
Pull requests
0
Discussions
Actions
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Security and quality
Insights
v0.6.6: Termux/Android + FreeBSD support, binary-size refactor
- #29
#29
Merged
bethropolis
merged 23 commits into
main
bethropolis/localgo:main
from
dev
bethropolis/localgo:dev
Copy head branch name to clipboard
Aug 8, 2026
Conversation
Commits
23
(23)
Checks
Files changed
Merged
v0.6.6: Termux/Android + FreeBSD support, binary-size refactor
#29
bethropolis
merged 23 commits into
main
bethropolis/localgo:main
from
dev
bethropolis/localgo:dev
Copy head branch name to clipboard
Commits
Commits on Jul 24, 2026
Tiered discovery: cache probe, multicast bursts, TCP pre-filter, --quick flag
Show description for 10778ef
bethropolis
committed
10778ef
View commit details
Copy full SHA for 10778ef
Browse repository at this point
Web share: landing page, QR code, download notifications, --once flag
Show description for d05ddb4
bethropolis
committed
d05ddb4
View commit details
Copy full SHA for d05ddb4
Browse repository at this point
Config UX: key validation, unset, open, add/remove subcommands, origin tracking
Show description for 27c3c80
bethropolis
committed
27c3c80
View commit details
Copy full SHA for 27c3c80
Browse repository at this point
Protocol 2.1, HTTPS fingerprint TOFU for --ip, export VerifyDeviceFingerprint
Show description for 7b46ad0
bethropolis
committed
7b46ad0
View commit details
Copy full SHA for 7b46ad0
Browse repository at this point
Send PIN: --pin flag for sender authentication
Show description for f069b37
bethropolis
committed
f069b37
View commit details
Copy full SHA for f069b37
Browse repository at this point
Fix .gitignore config entry, README clipboard env vars, send.go PIN URL
Show description for 598eabc
bethropolis
committed
598eabc
View commit details
Copy full SHA for 598eabc
Browse repository at this point
Fix QR code rendering: use GenerateHalfBlock helper
Show description for 9a5ec6d
bethropolis
committed
9a5ec6d
View commit details
Copy full SHA for 9a5ec6d
Browse repository at this point
Update help: document new flags, examples, config subcommands, env vars
Show description for f2e6a58
bethropolis
committed
f2e6a58
View commit details
Copy full SHA for f2e6a58
Browse repository at this point
Commits on Jul 25, 2026
Wire config fields into runtime (BindAddress, FileConflictResolve, StaticPeers, TrustedFingerprints)
Show description for a4fd321
bethropolis
committed
a4fd321
View commit details
Copy full SHA for a4fd321
Browse repository at this point
Commits on Jul 28, 2026
Add 'slice' type to configKey validation; change static_peers/trusted_fingerprints to typ:slice
bethropolis
committed
65acc1b
View commit details
Copy full SHA for 65acc1b
Browse repository at this point
Fix clipboard send: remove 204 No Content early return in prepare-upload
Show description for 40a3e8e
bethropolis
committed
40a3e8e
View commit details
Copy full SHA for 40a3e8e
Browse repository at this point
Fix clipboard send: write immediately in prepare-upload, return 204
Show description for db7325f
bethropolis
committed
db7325f
View commit details
Copy full SHA for db7325f
Browse repository at this point
Commits on Jul 29, 2026
Fix go.mod: run go mod tidy (move qrterminal to direct deps)
Show description for eca4d8b
bethropolis
committed
eca4d8b
View commit details
Copy full SHA for eca4d8b
Browse repository at this point
docs: update CLI reference, config docs, and help text for v0.6.5
Show description for 0fed8de
bethropolis
committed
0fed8de
View commit details
Copy full SHA for 0fed8de
Browse repository at this point
Commits on Jul 30, 2026
feat: add Termux/Android support to installer and GoReleaser
Show description for e8d051d
bethropolis
committed
e8d051d
View commit details
Copy full SHA for e8d051d
Browse repository at this point
fix: enable FreeBSD compilation
Show description for 02d7036
bethropolis
committed
02d7036
View commit details
Copy full SHA for 02d7036
Browse repository at this point
feat: add Termux clipboard support and installer paths
Show description for b806792
bethropolis
committed
b806792
View commit details
Copy full SHA for b806792
Browse repository at this point
Commits on Jul 31, 2026
build: add -trimpath and strip to release build flags
bethropolis
committed
47c88db
View commit details
Copy full SHA for 47c88db
Browse repository at this point
refactor: replace gorilla/mux and beeep with stdlib equivalents
Show description for 9e35831
bethropolis
committed
9e35831
View commit details
Copy full SHA for 9e35831
Browse repository at this point
refactor: replace zap with log/slog via logging.Logger wrapper
Show description for 555c2b1
bethropolis
committed
555c2b1
View commit details
Copy full SHA for 555c2b1
Browse repository at this point
refactor: replace viper with hand-rolled yaml+env config source
Show description for 7db4653
bethropolis
committed
7db4653
View commit details
Copy full SHA for 7db4653
Browse repository at this point
Commits on Aug 8, 2026
Merge branch 'main' into dev (keep dev content, release prep for v0.6.6)
bethropolis
committed
bb506c9
View commit details
Copy full SHA for bb506c9
Browse repository at this point
chore: drop changelog, restore installer box alignment (release prep v0.6.6)
bethropolis
committed
4c7c801
View commit details
Copy full SHA for 4c7c801
Browse repository at this point
You can’t perform that action at this time.