Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
Grid-Mobile — Grid: Private Location Sharing mobile app for iOS/Android. E2EE with Matrix. | Kitploit
Tools/GitHubGitHub/rezivure/grid-mobile
Authentication & AuthorizationOSINT (Open Source Intelligence)Encryption/Decryption ToolsMobile SecurityPrivacy
GitHubrezivure/grid-mobile

Grid-Mobile

Grid: Private Location Sharing mobile app for iOS/Android. E2EE with Matrix.

View Repository
537371 day agoReviewed by Kitploit

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share
Website

Grid - Encrypted Location Sharing

Be Hard to Track.

Logo Grid
mygrid.app

GitHub Repo stars Discord License

Grid is a secure, end-to-end encrypted (E2EE) location sharing application integrated with the Matrix Protocol. Built using Flutter, Grid provides a privacy-focused solution for sharing your location with trusted contacts.

appstore

Features

  • End-to-End Encryption (E2EE): All location data shared through Grid is encrypted to ensure privacy and security.
  • Matrix Protocol Integration: Grid leverages the Matrix protocol for secure communication and decentralized data storage.
  • Cross-Platform: Developed with Flutter, Grid runs seamlessly on both Android and iOS devices.
  • Real-Time Location Sharing: Share your real-time location with friends or groups, with fine-grained control over who can see your location.
  • Self-Hosted Capability Grid is designed to enable users to easily self host their own backend server and map tile provider for complete control over how they share.

Community

Join our Discord to submit feature requests, vote on new features, report bugs, get help, and connect with the community & developers!

Self Hosting

This repository is for the Grid: Private Location Sharing mobile application (iOS/Android). If you are looking to self host a server for the app, check out our docs or join our Discord!

Getting Started With the App

If you wish to develop/contribute PRs to application, follow the steps below:

Prerequisites

Before you begin, ensure you have the following installed:

  • Flutter SDK: Install Flutter
  • Android Studio: Download Android Studio
  • Xcode (for iOS development): Install Xcode
  • CocoaPods (for iOS): Install CocoaPods

Installation

  1. Clone the repository:

    root@kitploit:~
    git clone https://github.com/Rezivure/grid-frontend.git
    cd grid-frontend
    
  2. Install dependencies:

    Run the following command to install the necessary dependencies:

    root@kitploit:~
    flutter pub get
    
  3. Set up environment variables:

    Copy the example environment configuration and modify it with the appropriate URLs:

    root@kitploit:~
    cp .env.example .env
    

    Edit .env to configure your API and server URLs.

  4. Platform-specific setup:

    For iOS:

    • Navigate to the ios/ directory:

      root@kitploit:~
      cd ios
      
    • Install CocoaPods dependencies:

      root@kitploit:~
      pod install
      
    • Return to the root directory:

      root@kitploit:~
      cd ..
      

    For Android:

Running the App

  1. Open Android Studio:

    • Open the cloned repository in Android Studio.
    • Ensure your Flutter SDK is correctly set up in Android Studio.
  2. Set Up Emulator or Physical Device:

    • Create an Android Emulator or connect a physical device.
    • Ensure the device is running and detected by Android Studio.
  3. Run the App:

    Use the following command in the terminal to build and run the app on the connected device or emulator:

    root@kitploit:~
    flutter run
    

Project Structure

  • lib/: Contains the main Flutter application code.
  • assets/: Stores images, icons, and other assets.
  • pubspec.yaml: Defines the dependencies and assets for the project.

Contributing

We welcome contributions! To do so, please reference our Contribution Guidelines here!

License

This project is licensed under the GNU Affero General Public License v3.0 - see the LICENSE file for details.

Download Tool

No additional setup is required.