https://github.com/scionproto/scion
SCION Internet Architecture
https://github.com/scionproto/scion
internet networking reference-implementation scion
Last synced: about 1 month ago
JSON representation
SCION Internet Architecture
- Host: GitHub
- URL: https://github.com/scionproto/scion
- Owner: scionproto
- License: apache-2.0
- Created: 2014-07-14T16:11:02.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2026-02-12T11:49:57.000Z (about 2 months ago)
- Last Synced: 2026-02-12T18:34:55.609Z (about 2 months ago)
- Topics: internet, networking, reference-implementation, scion
- Language: Go
- Homepage: https://www.scion.org
- Size: 115 MB
- Stars: 505
- Watchers: 32
- Forks: 180
- Open Issues: 136
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: code_of_conduct.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
- awesome-scion - scionproto/scion - The open-source implementation of SCION. (Infrastructure)
README
# SCION
[](https://scionproto.slack.com)
[](https://matrix.to/#/#dev:matrix.scion.org)
[](https://github.com/scionproto/awesome-scion)
[](https://docs.scion.org/en/latest)
[](https://pkg.go.dev/github.com/scionproto/scion)
[](https://buildkite.com/scionproto/scion-nightly/builds/latest)
[](https://goreportcard.com/report/github.com/scionproto/scion)
[](https://github.com/scionproto/scion/issues?q=is%3Aopen+is%3Aissue+label%3A%22help+wanted%22)
[](https://github.com/scionproto/scion/issues?q=is%3Aopen+is%3Aissue+label%3A%22good+first+issue%22)
[](https://github.com/scionproto/scion/releases)
[](https://github.com/scionproto/scion/blob/master/LICENSE)
Welcome to the open-source implementation of [SCION](https://www.scion.org/)
(Scalability, Control and Isolation On next-generation Networks), a future Internet architecture.
SCION provides route control, failure isolation, and explicit trust information for end-to-end communication.
To find out more about the project, please visit our [documentation site](https://docs.scion.org/en/latest/).
## Installation
Installation packages for Debian and derivatives are available for x86-64, arm64, x86-32 and arm.
These packages can be found in the [latest release](https://github.com/scionproto/scion/releases/latest).
Packages for in-development versions can be found from the [latest nightly build](https://buildkite.com/scionproto/scion-nightly/builds/latest).
Alternatively, "naked" pre-built binaries are available for Linux x86-64 and
can be downloaded from the [latest release](https://github.com/scionproto/scion/releases/latest) or the
[latest nightly build](https://buildkite.com/scionproto/scion-nightly/builds/latest).
### Build from sources
SCION can be built with `go build`. To build all binaries used in a SCION deployment (i.e.
excluding the testing and development tools), run
```sh
CGO_ENABLED=0 go build -o bin ./router/... ./control/... ./dispatcher/... ./daemon/... ./scion/... ./scion-pki/... ./gateway/...
```
The default way to build SCION, however, uses Bazel.
In particular, this allows to run all the tests, linters etc.
Please visit our [documentation site](https://docs.scion.org/en/latest/dev/setup.html) for
instructions on how to set up Bazel and the full development environment.
### Connecting to the SCION Network
Join [SCIONLab](https://www.scionlab.org) if you're interested in playing with SCION in an
operational global test deployment of SCION.
The [awesome-scion](https://github.com/scionproto/awesome-scion#deployments) list contains
pointers to production deployments of SCION.
## Contributing
Interested in contribution to the SCION project? Please visit our
[contribution guide](https://docs.scion.org/en/latest/dev/contribute.html)
for more information about how you can do so.
Join us on our [slack workspace](https://scionproto.slack.com) with this invite link:
[join scionproto.slack.com](https://join.slack.com/t/scionproto/shared_invite/zt-3ccepqf5z-~piJ5HBOV2dnjIBNGfeJmw)
Join us in our #dev room on our federated [matrix instance](https://matrix.scion.org) with this link:
[#dev:matrix.scion.org](https://matrix.to/#/#dev:matrix.scion.org)
## License
[](https://github.com/scionproto/scion/blob/master/LICENSE)
[](code_of_conduct.md)