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

This will be your handle across SilverLabs services @if (_usernameCheckState == UsernameCheckState.Checking) { Checking availability... } else if (_usernameCheckState == UsernameCheckState.Available) { ✓ Username is available } else if (_usernameCheckState == UsernameCheckState.Taken) { ✗ Username is already taken }

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); }
@if (_application.Role == ApplicationRole.Developer) {

Skills & Experience

Tell us about your technical background — languages, frameworks, and any open-source contributions.

}

Why SilverLabs?

What draws you to privacy-first development? What do you hope to contribute?

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