Join the SilverLabs Team

Help us build privacy-first infrastructure. Whether you test our products or write code, there's a place for you.

@if (_submitted) {

Application Submitted

@_resultMessage

} else {

Choose Your Role

Product Tester

Test our apps across devices, find bugs, and provide feedback that shapes our products.

Developer

Contribute code, build modules, and help architect privacy-first solutions.

About You

Leave blank to use your @@silverlabs.uk address
3–30 characters: letters, numbers, hyphens and underscores @if (!string.IsNullOrEmpty(_usernameFormatError)) { @_usernameFormatError } else if (_usernameCheckState == UsernameCheckState.Checking) { Checking availability... } else if (_usernameCheckState == UsernameCheckState.Available) { ✓ Username is available } else if (_usernameCheckState == UsernameCheckState.Taken) { ✗ Username is already taken } else if (_usernameCheckState == UsernameCheckState.Error) { ⚠ Could not check availability — you can still submit }
@foreach (var tz in _timezones) { }

Create Your Password

This will be your password for SilverDESK and associated services.

Must include uppercase, lowercase, and a number

Devices & Platforms

Which platforms do you use or have access to?

@foreach (var platform in _availablePlatforms) { var isChecked = _application.Platforms.Contains(platform); }

What You Bring

Tell us about your skills and what you'd bring to the team.

@if (_application.Role == ApplicationRole.Developer) {
Languages, frameworks, tools, and any open-source contributions
}

What You'll Get

@@@("username")@@silverlabs.uk Your own SilverLabs email
SilverDESK Project management & issue tracking
Mattermost Team chat & collaboration
Gitea Access Source code repositories
@if (!string.IsNullOrEmpty(_errorMessage)) {
@_errorMessage
}
} ← Back to SilverLabs Home