BifröstIP is a PowerShell network management tool that provides a fast, interactive terminal interface to monitor, diagnose, and manage network configurations — all in one place, with full English/French language support.
| # | Feature | Description |
|---|---|---|
| 1 | Quick IP info | Display your current IP configuration |
| 2 | Detailed network info | Full ipconfig /all output |
| 3 | Public IP | Display your public IP using fallback APIs |
| 4 | Renew IP | Release and renew your local IP address |
| 5 | Network devices | List all devices on the local network via ARP |
| 6 | Continuous ping | Ping a target continuously, press [Q] to stop |
| 7 | IP ↔ Hostname | Resolve an IP address to a hostname and vice versa |
| 8 | Routing table | Display the full routing table |
| 9 | Traceroute | Trace the route packets take across the network, press [Q] to stop |
| 10 | Open ports | List all open ports with PID |
| 11 | Driver updates | Check network adapter driver info and updates |
- OS: Windows 10 or Windows 11
- PowerShell: 5.1 or higher
- Rights: Administrator (required for IP renewal and open ports)
- Download the latest
.exefrom Releases - Right-click → Run as administrator
- Select your language and navigate the menu
- Download the latest
.ps1file from Releases - Right-click → Run with PowerShell
(The script will automatically request administrator privileges) - Select your language and navigate the menu
If PowerShell blocks the execution, run this command first:
Set-ExecutionPolicy -Scope CurrentUser -ExecutionPolicy RemoteSigned
Interface preview of BifröstIP (English version)
- IP renewal only affects your local IP (192.168.x.x). Your public IP depends on your router/ISP.
- Continuous ping and Traceroute can be stopped at any time by pressing [Q] without closing the program.
- Driver update check opens Windows Update optional updates directly.
BifrostIP/
├── images/
│ ├── BifrostIP.ico # Application icon
│ ├── BifrostIP.png # Application icon (PNG)
│ ├── Demo-EN.png # English interface preview
│ └── Demo-FR.png # French interface preview
├── windows/
│ ├── BifrostIP.exe # Compiled executable
│ └── BifrostIP.ps1 # PowerShell script
├── README.md # Documentation
└── LICENSE # License
If you enjoy BifröstIP, consider starring the repository on GitHub.
- Initial public release
- EN/FR language support
- 11 network management features
- [Q] to stop ping and traceroute without exiting
- Fallback APIs for public IP retrieval
- DHCP adapter verification before IP renewal
Initial development started in 2024.
| StarKev |
|---|
This project is licensed under the KLG Digital Software License.
See the LICENSE file for details.
BifröstIP est un outil de gestion réseau PowerShell qui offre une interface terminal interactive et rapide pour surveiller, diagnostiquer et gérer les paramètres réseau — le tout en un seul endroit, avec un support complet anglais/français.
| # | Fonctionnalité | Description |
|---|---|---|
| 1 | Infos IP rapides | Afficher la configuration IP actuelle |
| 2 | Infos réseau détaillées | Sortie complète ipconfig /all |
| 3 | IP publique | Afficher votre IP publique avec des APIs de secours |
| 4 | Renouveler l'IP | Libérer et renouveler votre adresse IP locale |
| 5 | Périphériques réseau | Lister tous les appareils via ARP |
| 6 | Ping continu | Envoyer des requêtes ping en continu vers une cible, [Q] pour arrêter |
| 7 | IP ↔ Hostname | Résoudre une adresse IP en nom d'hôte et inversement |
| 8 | Table de routage | Afficher la table de routage complète |
| 9 | Traceroute | Tracer le chemin emprunté par les paquets réseau, [Q] pour arrêter |
| 10 | Ports ouverts | Lister tous les ports ouverts avec PID |
| 11 | Mises à jour des pilotes | Vérifier les informations et mises à jour des pilotes réseau |
- OS : Windows 10 ou Windows 11
- PowerShell : 5.1 ou supérieur
- Droits : Administrateur (requis pour le renouvellement IP et les ports ouverts)
- Télécharger le dernier
.exedepuis Releases - Clic droit → Exécuter en tant qu'administrateur
- Choisir la langue et naviguer dans le menu
- Télécharger le dernier fichier
.ps1depuis Releases - Clic droit → Exécuter avec PowerShell
(Le script demande automatiquement les droits administrateur) - Choisir la langue et naviguer dans le menu
Si PowerShell bloque l'exécution, lancer cette commande d'abord :
Set-ExecutionPolicy -Scope CurrentUser -ExecutionPolicy RemoteSigned
Aperçu de l'interface de BifröstIP (version française)
- Le renouvellement d'IP ne change que votre IP locale (192.168.x.x). Votre IP publique dépend de votre routeur/FAI.
- Le ping continu et le Traceroute peuvent être stoppés à tout moment avec [Q] sans fermer le programme.
- La vérification des drivers ouvre directement les mises à jour optionnelles Windows Update.
BifrostIP/
├── images/
│ ├── BifrostIP.ico # Icône de l'application
│ ├── BifrostIP.png # Icône de l'application (PNG)
│ ├── Demo-EN.png # Aperçu interface anglaise
│ └── Demo-FR.png # Aperçu interface française
├── windows/
│ ├── BifrostIP.exe # Exécutable compilé
│ └── BifrostIP.ps1 # Script PowerShell
├── README.md # Documentation
└── LICENSE # Licence
Si vous appréciez BifröstIP, pensez à mettre une étoile au dépôt GitHub.
- Version initiale publique
- Support des langues EN/FR
- 11 fonctionnalités de gestion réseau
- [Q] pour stopper ping et traceroute sans quitter
- APIs de secours pour la récupération de l'IP publique
- Vérification de la carte DHCP avant le renouvellement IP
Développement initial commencé en 2024.
| StarKev |
|---|
Ce projet est distribué sous la Licence Logicielle KLG Digital.
Consultez le fichier LICENSE pour plus de détails.


