packet
Quick Share client for Linux
File Explorer
Download Latest Version (.zip)- bug_report.yml
- feature_request.yml
- ci.yml
- vendor.yml
- FUNDING.yml
- dist-vendor.sh
- io.github.nozwock.Packet.Devel.json
- io.github.nozwock.Packet-symbolic.svg
- io.github.nozwock.Packet.Devel.svg
- io.github.nozwock.Packet.Source.svg
- io.github.nozwock.Packet.svg
- meson.build
- cross-large-symbolic.svg
- eye-looking-symbolic.svg
- eye-not-looking-symbolic.svg
- horizontal-arrows-long-x-symbolic.svg
- network-available-symbolic.svg
- radiowaves-1-symbolic.svg
- meson.build
- packet_nautilus.py.in
- banner-screenshot.png
- packet-main.png
- packet-receive.png
- packet-send.png
- shortcuts-dialog.blp
- window.blp
- meson.build
- resources.gresource.xml
- style.css
- io.github.nozwock.Packet.Api.service.in
- io.github.nozwock.Packet.desktop.in.in
- io.github.nozwock.Packet.gschema.xml.in
- io.github.nozwock.Packet.metainfo.xml.in.in
- io.github.nozwock.Packet.releases.xml.in.in
- io.github.nozwock.Packet.service.in
- meson.build
- background-app-ghost-symbolic.svg
- earth-symbolic.svg
- padlock2-symbolic.svg
- sliders-horizontal-symbolic.svg
- sonar-symbolic.svg
- star-large-symbolic.svg
- icons.gresource
- icons.gresource.xml
- main.blp
- main.css
- main.js
- main.json
- main.py
- main.ui
- main.vala
- README.md
- settings
- incoming-transfers.png
- main-window-and-outgoing-transfers.png
- quickshare-gtk-mockup.excalidraw
- pre-commit.hook
- ar.po
- az.po
- bn.po
- ca.po
- cs.po
- da.po
- de.po
- es_ES.po
- et.po
- fa_IR.po
- fi.po
- fr.po
- he.po
- hi.po
- hr.po
- hu.po
- id.po
- it.po
- kab.po
- ko.po
- LINGUAS
- meson.build
- nl.po
- oc.po
- packet.pot
- pl.po
- POTFILES.in
- pt.po
- pt_BR.po
- ro.po
- ru.po
- tr.po
- uk.po
- zh_Hans.po
- zh_Hant.po
- mod.rs
- receive_transfer.rs
- send_transfer.rs
- file_card.rs
- mod.rs
- receive_transfer.rs
- recipient_card.rs
- application.rs
- config.rs.in
- constants.rs
- dbus.rs
- ext.rs
- main.rs
- meson.build
- monitors.rs
- plugins.rs
- tray.rs
- utils.rs
- window.rs
- blueprint-compiler.wrap
- .editorconfig
- .gitattributes
- .gitignore
- .gitlab-ci.yml
- .justfile
- Cargo.lock
- Cargo.toml
- LICENSE
- meson.build
- meson_options.txt
- Packet.doap
- README.md
# Installation Guide
1. Get the code
git clone https://github.com/nozwock/packet
Downloads the entire project code from GitHub to your computer.
cd packet
Moves into the project folder you just downloaded.
2. Rust
Medium RecommendedPrerequisites
- Git Needed to download the project code from GitHub.
- Rust (rustup) Installing via rustup also installs cargo.
cargo build --release
Compiles the Rust project.
cargo run
Builds and then immediately runs the program.
If cargo build finishes without errors, it worked. The executable is created under target/.
// repository documentation
Was this content helpful?
(0 ratings)
