tranzit
Tranzit is a cross-platform app to share files on your local network.
File Explorer
Download Latest Version (.zip)- config.toml
- tranzit-android.yml
- tranzit-linux-deb.yml
- tranzit-linux.yml
- tranzit-mac-universal.yml
- tranzit-windows-microsoft-store.yml
- tranzit-windows.yml
- FUNDING.yml
- extensions.json
- settings.json
- DeviceList.svelte
- style.scss
- GenericPopup.svelte
- style.scss
- style.scss
- TransferProgressPopup.svelte
- style.scss
- TransferRequestPopup.svelte
- common.scss
- sysInfo.ts
- sfx.ts
- utils.ts
- +page.svelte
- style.scss
- +page.svelte
- style.scss
- +layout.svelte
- +layout.ts
- state.svelte.ts
- app.html
- default.json
- MainActivity.kt
- ic_launcher_background.xml
- ic_launcher_foreground.xml
- activity_main.xml
- ic_launcher.png
- ic_launcher_foreground.png
- ic_launcher_round.png
- ic_launcher.png
- ic_launcher_foreground.png
- ic_launcher_round.png
- ic_launcher.png
- ic_launcher_foreground.png
- ic_launcher_round.png
- ic_launcher.png
- ic_launcher_foreground.png
- ic_launcher_round.png
- ic_launcher.png
- ic_launcher_foreground.png
- ic_launcher_round.png
- colors.xml
- strings.xml
- themes.xml
- themes.xml
- file_paths.xml
- AndroidManifest.xml
- .gitignore
- build.gradle.kts
- proguard-rules.pro
- BuildTask.kt
- RustPlugin.kt
- build.gradle.kts
- gradle-wrapper.jar
- gradle-wrapper.properties
- .editorconfig
- .gitignore
- build.gradle.kts
- gradle.properties
- gradlew
- gradlew.bat
- settings.gradle
- ic_launcher.png
- ic_launcher_foreground.png
- ic_launcher_round.png
- ic_launcher.png
- ic_launcher_foreground.png
- ic_launcher_round.png
- ic_launcher.png
- ic_launcher_foreground.png
- ic_launcher_round.png
- ic_launcher.png
- ic_launcher_foreground.png
- ic_launcher_round.png
- ic_launcher.png
- ic_launcher_foreground.png
- ic_launcher_round.png
- AppIcon-20x20@1x.png
- AppIcon-20x20@2x-1.png
- AppIcon-20x20@2x.png
- AppIcon-20x20@3x.png
- AppIcon-29x29@1x.png
- AppIcon-29x29@2x-1.png
- AppIcon-29x29@2x.png
- AppIcon-29x29@3x.png
- AppIcon-40x40@1x.png
- AppIcon-40x40@2x-1.png
- AppIcon-40x40@2x.png
- AppIcon-40x40@3x.png
- AppIcon-512@2x.png
- AppIcon-60x60@2x.png
- AppIcon-60x60@3x.png
- AppIcon-76x76@1x.png
- AppIcon-76x76@2x.png
- AppIcon-83.5x83.5@2x.png
- 128x128.png
- 128x128@2x.png
- 32x32.png
- 64x64.png
- icon.icns
- icon.ico
- icon.png
- Square107x107Logo.png
- Square142x142Logo.png
- Square150x150Logo.png
- Square284x284Logo.png
- Square30x30Logo.png
- Square310x310Logo.png
- Square44x44Logo.png
- Square71x71Logo.png
- Square89x89Logo.png
- StoreLogo.png
- mod.rs
- mod.rs
- utils.rs
- utils_android.rs
- mod.rs
- lib.rs
- logger.rs
- main.rs
- mdns.rs
- sysinfo.rs
- util.rs
- util_android.rs
- hooks.nsh
- .gitignore
- build.rs
- Cargo.lock
- Cargo.toml
- tauri.conf.json
- tauri.microsoft-store.conf.json
- gruvbox.css
- solarized.css
- index.css
- MaterialIcons-Regular.ttf
- Montserrat-Regular.ttf
- android.svg
- arch-linux.svg
- bmc-button.png
- logo.png
- macos.svg
- windows.svg
- pop.mp3
- success.mp3
- favicon.png
- svelte.svg
- tauri.svg
- vite.svg
- .gitignore
- .prettierrc
- CONTRIBUTING.md
- LICENSE
- package-lock.json
- package.json
- README.md
- sample.env
- svelte.config.js
- tsconfig.json
- vite.config.js
# Installation Guide
1. Get the code
git clone https://github.com/kr5hn4/tranzit
Downloads the entire project code from GitHub to your computer.
cd tranzit
Moves into the project folder you just downloaded.
2. Gradle (Java/Kotlin)
Medium RecommendedPrerequisites
- Git Needed to download the project code from GitHub.
- JDK (Java) Required to build and run Java/Kotlin projects.
- Gradle If the repo includes gradlew (Gradle Wrapper), you don't need to install Gradle separately.
β οΈ This is a large repository, so this method may point to an internal sub-package rather than the actual core product. Check the full README as well.
cd src-tauri/gen/android/app
This project's files live in a subfolder, so move into it first.
./gradlew build
Builds the project using Gradle.
A BUILD SUCCESSFUL message means it worked. The output is created under build/.
3. Node.js
EasyPrerequisites
npm install
Downloads and installs the libraries listed in package.json.
npm start
Starts the development/run server.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
4. Rust
MediumPrerequisites
- Git Needed to download the project code from GitHub.
- Rust (rustup) Installing via rustup also installs cargo.
cd src-tauri
This project's files live in a subfolder, so move into it first.
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)
