Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Briar Desktop
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
briar
Briar Desktop
Commits
649ca05f
Commit
649ca05f
authored
3 years ago
by
Nico
Committed by
Sebastian
3 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Link nightly builds in README
parent
7fb59a90
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!44
Build nightly .jar and .deb
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+9
-12
9 additions, 12 deletions
README.md
with
9 additions
and
12 deletions
README.md
+
9
−
12
View file @
649ca05f
...
...
@@ -7,12 +7,6 @@ A desktop program for [Briar](https://briar.app), bringing secure messaging to y
**Note that Briar Desktop is still in a very early prototype stage and not yet functional.**
For regular updates, check out the Briar tag on
[
Nico Alt's blog
](
https://nico.dorfbrunnen.eu/tags/briar/
)
(
[
RSS feed
](
https://nico.dorfbrunnen.eu/tags/briar/index.xml
)
)
and watch the
[
milestones of this repo
](
https://code.briarproject.org/briar/briar-desktop/-/milestones
)
.
## Installation
We plan to distribute Briar for Debian (and related distributions) as _.deb_ and
...
...
@@ -23,14 +17,17 @@ once Briar is available for Debian and on Flathub.org.
### Self-contained Java .jar
The simplest way is to download the nightly briar-desktop.jar and execute it from the command-line.
The simplest way is to
[
download the nightly briar-desktop.jar
](
https://code.briarproject.org/briar/briar-desktop/-/jobs/artifacts/main/raw/briar-desktop.jar?job=build_jar
)
and execute it from the command-line with
`java -jar briar-desktop.jar`
.
Note that you need at least version 11 of the Java Runtime Environment.
**Note that this installation method isn't yet available.**
### Self-contained Debian package
```
wget https://media.dorfbrunnen.eu/briar/desktop/briar-desktop.jar
java -jar briar-desktop.jar
```
For Debian based Linux distributions, a
[
self-contained .deb package
](
https://code.briarproject.org/briar/briar-desktop/-/jobs/artifacts/main/raw/briar-desktop.deb?job=build_deb
)
is available that ships its own JRE.
## Developers
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment