2017-10-28 17:49:04 +02:00
2017-10-27 02:50:32 +02:00
2017-07-20 19:17:07 +02:00
2017-09-30 20:15:52 +02:00
2017-10-28 17:49:04 +02:00
2017-02-11 20:16:32 +01:00

Teleport

Teleport is a native GTK3 app to effortlessly share files on the local network.

Teleport Mockup

It's our answer to the question

Why is the easiest way to move a file between two computers in the same room sending it to a server in another country and retrieving it from there?

Teleport is designed to be a replacement for using USB keys or emailing stuff to yourself just so you have them on another device on your desk. The main user interface on the receiver's side are notifications:

Teleport Notifications Mockup

Install

Teleport is currently in early development, but you can try it by installing it via flatpak. If you're running a modern GNU/Linux distro you should already have flatpak, or be able to install it from your repositories.

If you have GNOME Software (or another GUI app to install flatpaks), just download this file and open it in Software (your browser should offer to do that before downloading).

Otherwise you can also install it from the command line:

flatpak install --from  http://frac-tion.com/teleport-flatpak/teleport.flatpakref

Roadmap

We are currently working on an MVP for a native GNOME app that only sends files, but longer term we are interested in doing things like:

  • drag & drop files to send them
  • sending text snippets
  • file transfer progress bars
  • settings dialog
  • file encryption
  • native Android/iOS/macOS/Windows apps

Build

Archlinux

  pacman -S base-devel libsoup avahi gtk3 meson
  git clone https://github.com/frac-tion/teleport.git
  cd teleport
  ./configure
  make
  ./_build/src/teleport

Ubuntu

  apt install pkg-config libsoup2.4-dev libavahi-client3 libgtk-3-dev meson
  git clone https://github.com/frac-tion/teleport.git
  cd teleport
  ./configure
  make
  ./_build/src/teleport

License

AGPLv3, because freeeeeeedom

Description
No description provided
Readme 15 MiB
Languages
C 87.5%
Meson 11.7%
Python 0.5%
CSS 0.3%